Author: pluto Date: Tue Jul 1 15:23:30 2008 GMT Module: SOURCES Tag: HEAD ---- Log message: - search headers in mingw/include instead of mingw/include64.
---- Files affected: SOURCES: crossmingw64-gcc-no_include64.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/crossmingw64-gcc-no_include64.patch diff -u /dev/null SOURCES/crossmingw64-gcc-no_include64.patch:1.1 --- /dev/null Tue Jul 1 17:23:31 2008 +++ SOURCES/crossmingw64-gcc-no_include64.patch Tue Jul 1 17:23:25 2008 @@ -0,0 +1,14 @@ +--- gcc-4.3.1/gcc/config/i386/mingw32.h.orig 2007-08-02 12:49:31.000000000 +0200 ++++ gcc-4.3.1/gcc/config/i386/mingw32.h 2008-06-20 14:14:36.000000000 +0200 +@@ -50,11 +50,7 @@ + /* Override the standard choice of /usr/include as the default prefix + to try when searching for header files. */ + #undef STANDARD_INCLUDE_DIR +-#if TARGET_64BIT_DEFAULT +-#define STANDARD_INCLUDE_DIR "/mingw/include64" +-#else + #define STANDARD_INCLUDE_DIR "/mingw/include" +-#endif + #undef STANDARD_INCLUDE_COMPONENT + #define STANDARD_INCLUDE_COMPONENT "MINGW" + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
