ppcrcd/trunk/Makefile
sparky
cvs at pld-linux.org
Wed Jul 12 05:39:55 CEST 2006
Author: sparky
Date: Wed Jul 12 05:39:53 2006
New Revision: 7512
Modified:
ppcrcd/trunk/Makefile
Log:
- CFLAGS += -fno-strict-aliasing -fwrapv
Modified: ppcrcd/trunk/Makefile
==============================================================================
--- ppcrcd/trunk/Makefile (original)
+++ ppcrcd/trunk/Makefile Wed Jul 12 05:39:53 2006
@@ -11,7 +11,8 @@
CFLAGS += -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-prefetch-loop-arrays -fno-tree-vect-loop-version \
+ -fno-strict-aliasing -fwrapv
DOCSRC = images opts netbooting usb_boot chrp progs bonus net AirPort2
YDOCSRC = images opts
More information about the pld-cvs-commit
mailing list