]> git.pld-linux.org Git - packages/crossmingw64-gcc.git/blob - crossmingw64-gcc-no_include64.patch
- explicit cross build setup, fix cflags for target libgcc (pr25672).
[packages/crossmingw64-gcc.git] / crossmingw64-gcc-no_include64.patch
1 --- gcc-4.3.1/gcc/config/i386/mingw32.h.orig    2007-08-02 12:49:31.000000000 +0200
2 +++ gcc-4.3.1/gcc/config/i386/mingw32.h 2008-06-20 14:14:36.000000000 +0200
3 @@ -50,11 +50,7 @@
4  /* Override the standard choice of /usr/include as the default prefix
5     to try when searching for header files.  */
6  #undef STANDARD_INCLUDE_DIR
7 -#if TARGET_64BIT_DEFAULT
8 -#define STANDARD_INCLUDE_DIR "/mingw/include64"
9 -#else
10  #define STANDARD_INCLUDE_DIR "/mingw/include"
11 -#endif
12  #undef STANDARD_INCLUDE_COMPONENT
13  #define STANDARD_INCLUDE_COMPONENT "MINGW"
14  
This page took 0.120602 seconds and 3 git commands to generate.