[uClibc-cvs] uClibc/ldso/ldso Makefile,1.49,1.50

Erik Andersen andersen at uclibc.org
Sat Nov 22 18:11:53 UTC 2003


Update of /var/cvs/uClibc/ldso/ldso
In directory winder:/tmp/cvs-serv21429

Modified Files:
	Makefile 
Log Message:
Oops.  Only enable debug when debugging...


Index: Makefile
===================================================================
RCS file: /var/cvs/uClibc/ldso/ldso/Makefile,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- Makefile	11 Nov 2003 23:40:10 -0000	1.49
+++ Makefile	22 Nov 2003 18:11:47 -0000	1.50
@@ -35,13 +35,12 @@
 XXFLAGS=$(XWARNINGS) $(XARCH_CFLAGS) $(CPU_CFLAGS) $(PICFLAG) \
 	-DUCLIBC_RUNTIME_PREFIX=\"$(RUNTIME_PREFIX)\" \
 	-fno-builtin -nostdinc -I$(TOPDIR)ldso/include -I. -I$(TOPDIR)include
-endif
-
 ifeq ($(TARGET_ARCH),powerpc)
 XXFLAGS+=-Os -g3
 else
 XXFLAGS+=-O0 -g3
 endif
+endif
 
 XXFLAGS+=$(shell $(CC) -print-search-dirs | sed -ne "s/install: *\(.*\)/-I\1include/gp")
 LDFLAGS=$(CPU_LDFLAGS-y) -shared --warn-common --export-dynamic --sort-common \




More information about the uClibc-cvs mailing list