From c09fe7612d0b41d933389ce70189be08e74fa878 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 16 Oct 2009 01:57:55 +0000 Subject: [PATCH] =?UTF-8?q?2009-10-16=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * make/custom/gen83xx.cfg: Remove -W -Wno-unused. --- c/src/lib/libbsp/powerpc/gen83xx/make/custom/gen83xx.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)