]> git.pld-linux.org Git - packages/uClibc.git/commitdiff
- use OPTIMIZATION even if DODEBUG (needed for e.g. -m32)
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 12 May 2007 12:38:57 +0000 (12:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    uClibc-debug.patch -> 1.1

uClibc-debug.patch [new file with mode: 0644]

diff --git a/uClibc-debug.patch b/uClibc-debug.patch
new file mode 100644 (file)
index 0000000..ea1816c
--- /dev/null
@@ -0,0 +1,11 @@
+--- uClibc-0.9.29/Rules.mak.orig       2007-04-17 13:34:11.000000000 +0000
++++ uClibc-0.9.29/Rules.mak    2007-05-12 12:27:50.000000000 +0000
+@@ -410,7 +410,7 @@
+ LDFLAGS:=$(LDFLAGS_NOSTRIP) -z defs
+ ifeq ($(DODEBUG),y)
+ #CFLAGS += -g3
+-CFLAGS += -O0 -g3
++CFLAGS += $(OPTIMIZATION) -O0 -g3
+ else
+ CFLAGS += $(OPTIMIZATION) $(XARCH_CFLAGS)
+ endif
This page took 0.149182 seconds and 4 git commands to generate.