[uClibc-cvs] uClibc/ldso/ldso Makefile,1.56,1.57

Erik Andersen andersen at uclibc.org
Sat Feb 14 12:48:50 UTC 2004


Update of /var/cvs/uClibc/ldso/ldso
In directory nail:/tmp/cvs-serv11284

Modified Files:
	Makefile 
Log Message:
No point in including debug info for ldso.  It isn't helpful to do so
since gdb can't do anything for us.


Index: Makefile
===================================================================
RCS file: /var/cvs/uClibc/ldso/ldso/Makefile,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- Makefile	14 Feb 2004 11:57:41 -0000	1.56
+++ Makefile	14 Feb 2004 12:48:47 -0000	1.57
@@ -30,11 +30,10 @@
 XXFLAGS=$(XWARNINGS) $(XARCH_CFLAGS) $(CPU_CFLAGS) $(PICFLAG) \
 	-DUCLIBC_RUNTIME_PREFIX=\"$(RUNTIME_PREFIX)\" \
 	-fno-builtin -nostdinc -I$(TOPDIR)ldso/include -I. -I$(TOPDIR)include
-ifeq ($(TARGET_ARCH),powerpc)
-XXFLAGS+=-Os -g3
-else
-XXFLAGS+=-O0 -g3
-endif
+# Not really much point in including debugging info, since gdb
+# can't really debug ldso, since gdb requires help from ldso to
+# debug things....
+XXFLAGS+=-Os #-g3
 endif
 
 # BEWARE!!! At least mips* will die if -O0 is used!!!




More information about the uClibc-cvs mailing list