[uClibc-cvs] uClibc/libpthread/linuxthreads Makefile,1.7,1.8

Erik Andersen andersen at uclibc.org
Mon Jul 21 20:29:01 UTC 2003


Update of /var/cvs/uClibc/libpthread/linuxthreads
In directory winder:/tmp/cvs-serv23403

Modified Files:
	Makefile 
Log Message:
Doing an search and replace on CFLAGS can prove dangerous.  We don't
do -O0 by default anyways, so leave this disabled for now.


Index: Makefile
===================================================================
RCS file: /var/cvs/uClibc/libpthread/linuxthreads/Makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Makefile	17 Jun 2003 19:03:39 -0000	1.7
+++ Makefile	21 Jul 2003 20:28:58 -0000	1.8
@@ -28,7 +28,7 @@
 SYSDEPS_DIR:=$(TARGET_ARCH)
 endif
 #This stuff will not compile without at least -O1
-CFLAGS := $(subst -O0,-O1,$(CFLAGS))
+#CFLAGS := $(subst -O0,-O1,$(CFLAGS))
 
 # set up system dependencies include dirs (NOTE: order matters!)
 PTDIR = $(TOPDIR)libpthread/linuxthreads/




More information about the uClibc-cvs mailing list