summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-10-01 01:20:46 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-10-01 01:20:46 +0000
commitedc1ce3ceb83bbaba8db202a29d1c95700b63e98 (patch)
tree759a952b085442338973282f6c2645fef3a4b262
parent2008-10-01 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-edc1ce3ceb83bbaba8db202a29d1c95700b63e98.tar.bz2
2008-10-01 Ralf Corsepius <ralf.corsepius@rtems.org>
* custom/gen83xx.cfg, custom/lpc2478.cfg: Remove warning flags.
-rw-r--r--make/ChangeLog4
-rw-r--r--make/custom/gen83xx.cfg2
-rw-r--r--make/custom/lpc2478.cfg3
3 files changed, 6 insertions, 3 deletions
diff --git a/make/ChangeLog b/make/ChangeLog
index 037721a81a..4d7b4f5942 100644
--- a/make/ChangeLog
+++ b/make/ChangeLog
@@ -1,3 +1,7 @@
+2008-10-01 Ralf Corsepius <ralf.corsepius@rtems.org>
+
+ * custom/gen83xx.cfg, custom/lpc2478.cfg: Remove warning flags.
+
2008-09-30 Jennifer Averett <jennifer.averett@oarcorp.com>
* custom/score603e.cfg: Modifications required to run on hardware. Some
diff --git a/make/custom/gen83xx.cfg b/make/custom/gen83xx.cfg
index ffd4b6cf13..34c85d4e98 100644
--- a/make/custom/gen83xx.cfg
+++ b/make/custom/gen83xx.cfg
@@ -24,6 +24,6 @@ CPU_CFLAGS = -mcpu=603e -mstrict-align -fno-strict-aliasing \
-D$(RTEMS_83XX_DERIVATE)
# optimize flag: typically -O2
-CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions -funit-at-a-time -W -Wno-unused
+CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions -funit-at-a-time
LDFLAGS += -qnolinkcmds -T $(RTEMS_LINKCMDS)
diff --git a/make/custom/lpc2478.cfg b/make/custom/lpc2478.cfg
index 4ccacfe70d..ceb6d28ede 100644
--- a/make/custom/lpc2478.cfg
+++ b/make/custom/lpc2478.cfg
@@ -9,8 +9,7 @@ include $(RTEMS_ROOT)/make/custom/default.cfg
RTEMS_CPU = arm
RTEMS_BSP_FAMILY = lpc24xx
-CPU_CFLAGS = -mcpu=arm7tdmi -mstructure-size-boundary=8 -mapcs-frame \
- -Wextra -Wno-unused -Wpointer-arith -Wcast-qual -Wconversion -Wmissing-prototypes
+CPU_CFLAGS = -mcpu=arm7tdmi -mstructure-size-boundary=8 -mapcs-frame
CFLAGS_OPTIMIZE_V = -Os -g