summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-16 01:57:55 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-16 01:57:55 +0000
commitc09fe7612d0b41d933389ce70189be08e74fa878 (patch)
tree9f4c1c15cde808103ea2fa537d26f86ab2b0df95 /c
parentCosmetics. (diff)
downloadrtems-c09fe7612d0b41d933389ce70189be08e74fa878.tar.bz2
2009-10-16 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/gen83xx.cfg: Remove -W -Wno-unused.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/powerpc/gen83xx/make/custom/gen83xx.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/powerpc/gen83xx/make/custom/gen83xx.cfg b/c/src/lib/libbsp/powerpc/gen83xx/make/custom/gen83xx.cfg
index f81e65e5a3..950efcbebf 100644
--- a/c/src/lib/libbsp/powerpc/gen83xx/make/custom/gen83xx.cfg
+++ b/c/src/lib/libbsp/powerpc/gen83xx/make/custom/gen83xx.cfg
@@ -23,6 +23,6 @@ CPU_CFLAGS = -mcpu=603e -mstrict-align -fno-strict-aliasing \
-meabi -msdata -fno-common
# optimize flag: typically -O2
-CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions -W -Wno-unused
+CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions
LDFLAGS += -qnolinkcmds -T $(RTEMS_LINKCMDS)