]> git.pld-linux.org Git - packages/crossppc64-gcc.git/blame - gcc-pr25672.patch
- outdated
[packages/crossppc64-gcc.git] / gcc-pr25672.patch
CommitLineData
709032c5
PS
1--- gcc-4.1-20060106/Makefile.in.orig 2005-12-15 15:02:02.000000000 +0100
2+++ gcc-4.1-20060106/Makefile.in 2006-01-08 19:27:18.406458250 +0100
3@@ -329,9 +329,9 @@
4 # CFLAGS will be just -g. We want to ensure that TARGET libraries
5 # (which we know are built with gcc) are built with optimizations so
6 # prepend -O2 when setting CFLAGS_FOR_TARGET.
7-CFLAGS_FOR_TARGET = -O2 $(CFLAGS) $(SYSROOT_CFLAGS_FOR_TARGET)
b72169f1 8+CFLAGS_FOR_TARGET = -O2 $(LIBCFLAGS) $(SYSROOT_CFLAGS_FOR_TARGET)
709032c5
PS
9 SYSROOT_CFLAGS_FOR_TARGET = @SYSROOT_CFLAGS_FOR_TARGET@
10-CXXFLAGS_FOR_TARGET = $(CXXFLAGS) $(SYSROOT_CFLAGS_FOR_TARGET)
b72169f1 11+CXXFLAGS_FOR_TARGET = -O2 $(LIBCFLAGS) $(SYSROOT_CFLAGS_FOR_TARGET)
709032c5
PS
12 LIBCFLAGS_FOR_TARGET = $(CFLAGS_FOR_TARGET)
13 LIBCXXFLAGS_FOR_TARGET = $(CXXFLAGS_FOR_TARGET) -fno-implicit-templates
14 LDFLAGS_FOR_TARGET =
This page took 0.077457 seconds and 4 git commands to generate.