From: <dan...@us...> - 2009-06-15 16:26:35
|
Revision: 1340 http://cegcc.svn.sourceforge.net/cegcc/?rev=1340&view=rev Author: dannybackx Date: 2009-06-15 16:25:17 +0000 (Mon, 15 Jun 2009) Log Message: ----------- Grmbl, also need to commit the regenerated configure script. Modified Paths: -------------- trunk/cegcc/src/gcc-4.4.0/ChangeLog.ce trunk/cegcc/src/gcc-4.4.0/configure Modified: trunk/cegcc/src/gcc-4.4.0/ChangeLog.ce =================================================================== --- trunk/cegcc/src/gcc-4.4.0/ChangeLog.ce 2009-06-14 13:30:50 UTC (rev 1339) +++ trunk/cegcc/src/gcc-4.4.0/ChangeLog.ce 2009-06-15 16:25:17 UTC (rev 1340) @@ -1,3 +1,7 @@ +2009-06-15 Danny Backx <dan...@us...> + + * configure : Regenerate. + 2009-06-14 Danny Backx <dan...@us...> * configure.ac : Replace entries referencing winsup by ones that match Modified: trunk/cegcc/src/gcc-4.4.0/configure =================================================================== --- trunk/cegcc/src/gcc-4.4.0/configure 2009-06-14 13:30:50 UTC (rev 1339) +++ trunk/cegcc/src/gcc-4.4.0/configure 2009-06-15 16:25:17 UTC (rev 1340) @@ -6315,6 +6315,9 @@ ;; esac case "$target" in +*-mingw32ce*) + # Special case for building for CE - no winsup + FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/winsup/mingw -L$$r/$(TARGET_SUBDIR)/winsup/w32api/lib -isystem $$s/../mingw/include -isystem $$s/../w32api/include' ;; *-mingw*) # Can't be handled as Cygwin above since Mingw does not use newlib. FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/winsup/mingw -L$$r/$(TARGET_SUBDIR)/winsup/w32api/lib -isystem $$s/winsup/mingw/include -isystem $$s/winsup/w32api/include' ;; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |