]> git.pld-linux.org Git - packages/crossmingw64-gcc.git/commitdiff
- search headers in mingw/include instead of mingw/include64.
authorPaweł Sikora <pluto@pld-linux.org>
Tue, 1 Jul 2008 15:23:25 +0000 (15:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    crossmingw64-gcc-no_include64.patch -> 1.1

crossmingw64-gcc-no_include64.patch [new file with mode: 0644]

diff --git a/crossmingw64-gcc-no_include64.patch b/crossmingw64-gcc-no_include64.patch
new file mode 100644 (file)
index 0000000..6ab4069
--- /dev/null
@@ -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"
This page took 0.060883 seconds and 4 git commands to generate.