ppcrcd/trunk: Makefile add.pkgs

sparky cvs at pld-linux.org
Thu Aug 3 23:32:07 CEST 2006


Author: sparky
Date: Thu Aug  3 23:32:04 2006
New Revision: 7572

Modified:
   ppcrcd/trunk/Makefile
   ppcrcd/trunk/add.pkgs
Log:
- build elfutils without -Wl,-s in LDFLAGS (it hates it)


Modified: ppcrcd/trunk/Makefile
==============================================================================
--- ppcrcd/trunk/Makefile	(original)
+++ ppcrcd/trunk/Makefile	Thu Aug  3 23:32:04 2006
@@ -7,16 +7,16 @@
 SU = sudo
 BCOND := --without python --without smp --without doc
 
-RLDFLAGS := -Wl,--as-needed -Wl,-s
+RLDFLAGS = -Wl,--as-needed -Wl,-s
 # -Wl,--no-undefined
-RCLDFLAGS :=
-RCFLAGS := -Os -fsigned-char
+RCLDFLAGS =
+RCFLAGS = -Os -fsigned-char
 RCFLAGS += -fno-align-loops -fno-align-jumps 			\
 	-fno-align-functions -fno-align-labels			\
 	-fno-reorder-blocks -fno-reorder-blocks-and-partition	\
 	-fno-prefetch-loop-arrays -fno-tree-vect-loop-version	\
 	-fno-strict-aliasing -fwrapv $(RCLDFLAGS)
-RCXXFLAGS := $(RCFLAGS)
+RCXXFLAGS = $(RCFLAGS)
 
 DOCSRC	= images opts netbooting usb_boot chrp progs bonus net AirPort2
 YDOCSRC	= images opts

Modified: ppcrcd/trunk/add.pkgs
==============================================================================
--- ppcrcd/trunk/add.pkgs	(original)
+++ ppcrcd/trunk/add.pkgs	Thu Aug  3 23:32:04 2006
@@ -148,6 +148,7 @@
 BCOND-elfutils = --without tests
 # -tests
 $(R)/elfutils $(R)/elfutils-libelf:	$(P)/elfutils
+$(R)/elfutils $(R)/elfutils-libelf:	RLDFLAGS = -Wl,--as-needed
 
 I +=	beecrypt
 REV-beecrypt = AC-branch


More information about the pld-cvs-commit mailing list