From 6043de628019ae952cdc7deadc1712d67ba644b3 Mon Sep 17 00:00:00 2001 From: dannybackx Date: Mon, 15 Jun 2009 16:25:17 +0000 Subject: [PATCH] Grmbl, also need to commit the regenerated configure script. git-svn-id: svn://svn.code.sf.net/p/cegcc/code/trunk@1340 d7810a3d-100a-0410-8641-c3624a9c11f1 --- cegcc/src/gcc-4.4.0/ChangeLog.ce | 4 ++++ cegcc/src/gcc-4.4.0/configure | 3 +++ 2 files changed, 7 insertions(+) diff --git a/cegcc/src/gcc-4.4.0/ChangeLog.ce b/cegcc/src/gcc-4.4.0/ChangeLog.ce index 8ccf8768c..58009db8a 100644 --- a/cegcc/src/gcc-4.4.0/ChangeLog.ce +++ b/cegcc/src/gcc-4.4.0/ChangeLog.ce @@ -1,3 +1,7 @@ +2009-06-15 Danny Backx + + * configure : Regenerate. + 2009-06-14 Danny Backx * configure.ac : Replace entries referencing winsup by ones that match diff --git a/cegcc/src/gcc-4.4.0/configure b/cegcc/src/gcc-4.4.0/configure index 509922291..f970c5d91 100755 --- a/cegcc/src/gcc-4.4.0/configure +++ b/cegcc/src/gcc-4.4.0/configure @@ -6315,6 +6315,9 @@ case " $target_configdirs " in ;; 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' ;; -- 2.11.4.GIT