ppcrcd/trunk/Makefile
    sparky 
    cvs at pld-linux.org
       
    Mon Jul 31 09:50:30 CEST 2006
    
    
  
Author: sparky
Date: Mon Jul 31 09:50:30 2006
New Revision: 7568
Modified:
   ppcrcd/trunk/Makefile
Log:
- don't pub LDFLAGS in CFLAGS (for now ?)
Modified: ppcrcd/trunk/Makefile
==============================================================================
--- ppcrcd/trunk/Makefile	(original)
+++ ppcrcd/trunk/Makefile	Mon Jul 31 09:50:30 2006
@@ -8,12 +8,13 @@
 BCOND := --without python --without smp --without doc
 
 RLDFLAGS := -Wl,--as-needed -Wl,-s
+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 $(RLDFLAGS)
+	-fno-strict-aliasing -fwrapv $(RCLDFLAGS)
 RCXXFLAGS := $(RCFLAGS)
 
 DOCSRC	= images opts netbooting usb_boot chrp progs bonus net AirPort2
    
    
More information about the pld-cvs-commit
mailing list