]> git.pld-linux.org Git - packages/crossmingw64-gcc.git/commitdiff
*** empty log message ***
authorPaweł Sikora <pluto@pld-linux.org>
Fri, 4 Jul 2008 14:50:18 +0000 (14:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    crossmingw64-gcc-pr25672.patch -> 1.1

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

diff --git a/crossmingw64-gcc-pr25672.patch b/crossmingw64-gcc-pr25672.patch
new file mode 100644 (file)
index 0000000..cc3716d
--- /dev/null
@@ -0,0 +1,16 @@
+--- gcc-4.3.1/Makefile.in.orig 2008-07-04 16:14:16.416794737 +0200
++++ gcc-4.3.1/Makefile.in      2008-07-04 16:19:42.460096287 +0200
+@@ -379,11 +379,11 @@
+ # We want to ensure that TARGET libraries (which we know are built with
+ # gcc) are built with "-O2 -g", so prepend those options when setting
+ # CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
+-CFLAGS_FOR_TARGET = -O2 -g $(CFLAGS) $(SYSROOT_CFLAGS_FOR_TARGET) \
++CFLAGS_FOR_TARGET = -O2 $(SYSROOT_CFLAGS_FOR_TARGET) \
+       $(DEBUG_PREFIX_CFLAGS_FOR_TARGET)
+ SYSROOT_CFLAGS_FOR_TARGET = @SYSROOT_CFLAGS_FOR_TARGET@
+ DEBUG_PREFIX_CFLAGS_FOR_TARGET = @DEBUG_PREFIX_CFLAGS_FOR_TARGET@
+-CXXFLAGS_FOR_TARGET = -O2 -g $(CXXFLAGS) $(SYSROOT_CFLAGS_FOR_TARGET) \
++CXXFLAGS_FOR_TARGET = -O2 $(SYSROOT_CFLAGS_FOR_TARGET) \
+       $(DEBUG_PREFIX_CFLAGS_FOR_TARGET)
+ LIBCFLAGS_FOR_TARGET = $(CFLAGS_FOR_TARGET)
+ LIBCXXFLAGS_FOR_TARGET = $(CXXFLAGS_FOR_TARGET) -fno-implicit-templates
This page took 0.123563 seconds and 4 git commands to generate.