This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fastjar/21826] fastjar does not look to see if mkdir takes one or two arguments


------- Additional Comments From dannysmith at users dot sourceforge dot net  2005-05-31 01:22 -------
The MKDIR_TAKES_ONE_ARG that is defined for mingw in auto-host.h is a host 
define.

In jartool.c (and in libgcc files - cf PR/21597) we need a target define. 
Perhap targets such as mingw should define a TARGET_MKDIR_TAKES_ONE_ARG in tm.h.

Danny


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21826


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]