[OpenBIOS] r399 - openbios-devel/config/examples

svn at openbios.org svn at openbios.org
Tue Jan 13 13:19:12 CET 2009


Author: laurent
Date: 2009-01-13 13:19:11 +0100 (Tue, 13 Jan 2009)
New Revision: 399

Modified:
   openbios-devel/config/examples/cross-ppc_rules.xml
   openbios-devel/config/examples/ppc_rules.xml
Log:
ppc, cross-ppc: add -Werror to CFLAGS

Modified: openbios-devel/config/examples/cross-ppc_rules.xml
===================================================================
--- openbios-devel/config/examples/cross-ppc_rules.xml	2009-01-13 08:05:51 UTC (rev 398)
+++ openbios-devel/config/examples/cross-ppc_rules.xml	2009-01-13 12:19:11 UTC (rev 399)
@@ -27,7 +27,7 @@
 STRIP  := $(TARGET)strip
 RANLIB := $(TARGET)ranlib
 CFLAGS := -Os -Wall -msoft-float -DNATIVE_BITWIDTH_EQUALS_HOST_BITWIDTH -USWAP_ENDIANNESS -fno-builtin-bcopy -fno-builtin-log2
-CFLAGS+= -Wredundant-decls -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations
+CFLAGS+= -Wredundant-decls -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Werror
 CFLAGS+= -Wundef -Wendif-labels -Wstrict-aliasing -Wwrite-strings -Wmissing-prototypes
 INCLUDES := -Iinclude -Ikernel/include -I$(ODIR)/target/include
 

Modified: openbios-devel/config/examples/ppc_rules.xml
===================================================================
--- openbios-devel/config/examples/ppc_rules.xml	2009-01-13 08:05:51 UTC (rev 398)
+++ openbios-devel/config/examples/ppc_rules.xml	2009-01-13 12:19:11 UTC (rev 399)
@@ -27,7 +27,7 @@
 RANLIB := ranlib
 CFLAGS := -Os -Wall -msoft-float -DNATIVE_BITWIDTH_EQUALS_HOST_BITWIDTH -USWAP_ENDIANNESS -fno-builtin-bcopy -fno-builtin-log2
 CFLAGS+= -Wredundant-decls -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations
-CFLAGS+= -Wundef -Wendif-labels -Wstrict-aliasing -Wwrite-strings -Wmissing-prototypes
+CFLAGS+= -Wundef -Wendif-labels -Wstrict-aliasing -Wwrite-strings -Wmissing-prototypes -Werror
 INCLUDES := -Iinclude -Ikernel/include -I$(ODIR)/target/include
 
 M4 := m4




More information about the OpenBIOS mailing list