[uClibc-cvs] uClibc/test Rules.mak,1.22,1.23

Erik Andersen andersen at codepoet.org
Thu Feb 27 17:04:26 UTC 2003


Update of /var/cvs/uClibc/test
In directory winder:/tmp/cvs-serv4421

Modified Files:
	Rules.mak 
Log Message:
Fix a silly bug


Index: Rules.mak
===================================================================
RCS file: /var/cvs/uClibc/test/Rules.mak,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- Rules.mak	10 Feb 2003 20:28:12 -0000	1.22
+++ Rules.mak	27 Feb 2003 17:04:22 -0000	1.23
@@ -75,11 +75,11 @@
 ifeq ($(DODEBUG),true)
     CFLAGS+=-g
     GLIBC_CFLAGS+=-g
-    LDFLAGS = -g -Wl,-warn-common
+    LDFLAGS += -g -Wl,-warn-common
     GLIBC_LDFLAGS =-g -Wl,-warn-common 
     STRIPTOOL =true -Since_we_are_debugging
 else
-    LDFLAGS  =-s -Wl,-warn-common
+    LDFLAGS  +=-s -Wl,-warn-common
     GLIBC_LDFLAGS  =-s -Wl,-warn-common
     STRIP    = $(STRIPTOOL) --remove-section=.note --remove-section=.comment $(PROG)
 endif




More information about the uClibc-cvs mailing list