This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/21597] New: libgcc broken on targets with MKDIR_TAKES_ONE_ARG
- From: "dannysmith at users dot sourceforge dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 May 2005 00:08:33 -0000
- Subject: [Bug target/21597] New: libgcc broken on targets with MKDIR_TAKES_ONE_ARG
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
This change:
2005-05-10 Grigory Zagorodnev <grigory.zagorodnev@intel.com>
H.J. Lu <hongjiu.lu@intel.com>
* libgcov.c (create_file_directory): New function. Create
directory for the given file name.
breaks build on mingw32 with:
../../gcc/gcc/libgcov.c: In function 'create_file_directory':
../../gcc/gcc/libgcov.c:115: error: too many arguments to function 'mkdir'
make[2]: *** [libgcc/./_gcov.o] Error 1
make[1]: *** [libgcc.a] Error 2
make: *** [all-gcc] Error 2
--
Summary: libgcc broken on targets with MKDIR_TAKES_ONE_ARG
Product: gcc
Version: 4.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: target
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: dannysmith at users dot sourceforge dot net
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: i686-pc-mingw32
GCC host triplet: i686-pc-mingw32
GCC target triplet: i686-pc-mingw32
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21597