SOURCES: uClibc-debug.patch (NEW) - use OPTIMIZATION even if DODEB...

qboosh qboosh at pld-linux.org
Sat May 12 14:39:02 CEST 2007


Author: qboosh                       Date: Sat May 12 12:39:02 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- use OPTIMIZATION even if DODEBUG (needed for e.g. -m32)

---- Files affected:
SOURCES:
   uClibc-debug.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/uClibc-debug.patch
diff -u /dev/null SOURCES/uClibc-debug.patch:1.1
--- /dev/null	Sat May 12 14:39:02 2007
+++ SOURCES/uClibc-debug.patch	Sat May 12 14:38:57 2007
@@ -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
================================================================


More information about the pld-cvs-commit mailing list