[uClibc-cvs] uClibc/ldso/ldso Makefile,1.55,1.56
Manuel Novoa III
mjn3 at uclibc.org
Sat Feb 14 11:57:43 UTC 2004
Update of /var/cvs/uClibc/ldso/ldso
In directory nail:/tmp/cvs-serv10205
Modified Files:
Makefile
Log Message:
Fix this as should have been done a long time ago...
Index: Makefile
===================================================================
RCS file: /var/cvs/uClibc/ldso/ldso/Makefile,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- Makefile 10 Feb 2004 09:26:47 -0000 1.55
+++ Makefile 14 Feb 2004 11:57:41 -0000 1.56
@@ -37,6 +37,9 @@
endif
endif
+# BEWARE!!! At least mips* will die if -O0 is used!!!
+XXFLAGS :=$(XXFLAGS:-O0=-O1)
+
XXFLAGS+=$(shell $(CC) -print-search-dirs | sed -ne "s/install: *\(.*\)/-I\1include/gp")
LDFLAGS=$(CPU_LDFLAGS-y) -shared --warn-common --export-dynamic --sort-common \
-z combreloc --discard-locals --discard-all --no-undefined
More information about the uClibc-cvs
mailing list