From: <dan...@us...> - 2009-04-14 19:01:22
|
Revision: 1239 http://cegcc.svn.sourceforge.net/cegcc/?rev=1239&view=rev Author: dannybackx Date: 2009-04-14 19:01:19 +0000 (Tue, 14 Apr 2009) Log Message: ----------- Forgotten update. Modified Paths: -------------- trunk/cegcc/src/gcc/gcc/config.gcc Modified: trunk/cegcc/src/gcc/gcc/config.gcc =================================================================== --- trunk/cegcc/src/gcc/gcc/config.gcc 2009-04-11 16:52:02 UTC (rev 1238) +++ trunk/cegcc/src/gcc/gcc/config.gcc 2009-04-14 19:01:19 UTC (rev 1239) @@ -1271,7 +1271,7 @@ fi ;; i[34567]86-*-mingw32*) - tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/cygming.h i386/mingw32.h" + tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/cygming.h i386/mingw32.h i386/mingw32ce.h" xm_file=i386/xm-mingw32.h tmake_file="i386/t-cygming i386/t-mingw32" target_gtfiles="\$(srcdir)/config/i386/winnt.c" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |