[Lunar-commits] CVS: moonbase/editors/emacs BUILD,1.1.1.1,1.2
Jerry Lundström
prox at lunar-linux.org
Wed Nov 17 13:00:38 UTC 2004
Update of /var/cvs/lunar/moonbase/editors/emacs
In directory espresso.foo-projects.org:/tmp/cvs-serv9865
Modified Files:
BUILD
Log Message:
removed linker optimization since it doesnt work, emacs passes LDFLAGS directly to ld and you cant rewrite it to -O1 since the makefiles adds LDFLAGS to all gcc's also
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/editors/emacs/BUILD,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- BUILD 21 Aug 2002 00:55:15 -0000 1.1.1.1
+++ BUILD 17 Nov 2004 13:00:36 -0000 1.2
@@ -1,3 +1,3 @@
#combreloc linker options fscks up things here
-LDFLAGS=`echo $LDFLAGS | sed "s/-z combreloc//"`
+LDFLAGS=`echo $LDFLAGS | sed "s/-z combreloc//" | sed "s%-Wl,-O1%%"`
default_build
More information about the Lunar-commits
mailing list