[OpenBIOS] r504 - trunk/openbios-devel/config/examples
svn at openbios.org
svn at openbios.org
Sun Jun 14 18:05:27 CEST 2009
Author: blueswirl
Date: 2009-06-14 18:05:27 +0200 (Sun, 14 Jun 2009)
New Revision: 504
Modified:
trunk/openbios-devel/config/examples/cross-sparc32_rules.xml
trunk/openbios-devel/config/examples/cross-sparc64_rules.xml
trunk/openbios-devel/config/examples/sparc32_rules.xml
trunk/openbios-devel/config/examples/sparc64_rules.xml
Log:
Enable -Werror for Sparc32 and Sparc64
Modified: trunk/openbios-devel/config/examples/cross-sparc32_rules.xml
===================================================================
--- trunk/openbios-devel/config/examples/cross-sparc32_rules.xml 2009-06-13 07:36:56 UTC (rev 503)
+++ trunk/openbios-devel/config/examples/cross-sparc32_rules.xml 2009-06-14 16:05:27 UTC (rev 504)
@@ -28,7 +28,7 @@
CFLAGS := -Os -Wall -DNATIVE_BITWIDTH_EQUALS_HOST_BITWIDTH -USWAP_ENDIANNESS -fno-builtin -g
CFLAGS+= -Wa,-xarch=v8 -Wa,-32 -m32 -mcpu=supersparc
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 := -I$(SRCDIR)/include -I$(SRCDIR)/kernel/include -I$(ODIR)/target/include
AS_FLAGS := -Wa,-xarch=v8 -Wa,-32 -g
Modified: trunk/openbios-devel/config/examples/cross-sparc64_rules.xml
===================================================================
--- trunk/openbios-devel/config/examples/cross-sparc64_rules.xml 2009-06-13 07:36:56 UTC (rev 503)
+++ trunk/openbios-devel/config/examples/cross-sparc64_rules.xml 2009-06-14 16:05:27 UTC (rev 504)
@@ -29,7 +29,7 @@
CFLAGS+= -Wa,-xarch=v9b -Wa,-64 -m64 -mcpu=ultrasparc -mcmodel=medany
CFLAGS+= -fno-builtin -nostdlib -ffreestanding
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 := -I$(SRCDIR)/include -I$(SRCDIR)/kernel/include -I$(ODIR)/target/include
AS_FLAGS := -Wa,-xarch=v9b -Wa,-64 -g
Modified: trunk/openbios-devel/config/examples/sparc32_rules.xml
===================================================================
--- trunk/openbios-devel/config/examples/sparc32_rules.xml 2009-06-13 07:36:56 UTC (rev 503)
+++ trunk/openbios-devel/config/examples/sparc32_rules.xml 2009-06-14 16:05:27 UTC (rev 504)
@@ -33,7 +33,7 @@
CFLAGS := -Os -Wall -DNATIVE_BITWIDTH_EQUALS_HOST_BITWIDTH -USWAP_ENDIANNESS -fno-builtin -g
CFLAGS+= -Wa,-xarch=v8 -Wa,-32 -m32 -mcpu=supersparc
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 := -I$(SRCDIR)/include -I$(SRCDIR)/kernel/include -I$(ODIR)/target/include
AS_FLAGS := -Wa,-xarch=v8 -Wa,-32 -g
Modified: trunk/openbios-devel/config/examples/sparc64_rules.xml
===================================================================
--- trunk/openbios-devel/config/examples/sparc64_rules.xml 2009-06-13 07:36:56 UTC (rev 503)
+++ trunk/openbios-devel/config/examples/sparc64_rules.xml 2009-06-14 16:05:27 UTC (rev 504)
@@ -34,7 +34,7 @@
CFLAGS := -Os -Wall -DNATIVE_BITWIDTH_EQUALS_HOST_BITWIDTH -USWAP_ENDIANNESS -fno-builtin -g
CFLAGS+= -Wa,-xarch=v9b -Wa,-64 -m64 -mcpu=ultrasparc -mcmodel=medany
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 := -I$(SRCDIR)/include -I$(SRCDIR)/kernel/include -I$(ODIR)/target/include
AS_FLAGS := -Wa,-xarch=v9b -Wa,-64 -g
More information about the OpenBIOS
mailing list