diff --git a/c/src/lib/libbsp/arm/lpc32xx/ChangeLog b/c/src/lib/libbsp/arm/lpc32xx/ChangeLog index 13500d9840..25f49deb56 100644 --- a/c/src/lib/libbsp/arm/lpc32xx/ChangeLog +++ b/c/src/lib/libbsp/arm/lpc32xx/ChangeLog @@ -1,3 +1,7 @@ +2010-02-02 Ralf Corsépius + + * make/custom/lpc32xx_phycore.cfg: Remove -W* flags. + 2010-01-12 Sebastian Huber * include/lpc-ethernet-config.h, include/mmu.h: New files. diff --git a/c/src/lib/libbsp/arm/lpc32xx/make/custom/lpc32xx_phycore.cfg b/c/src/lib/libbsp/arm/lpc32xx/make/custom/lpc32xx_phycore.cfg index 3dbb643ba1..5b5774dcf1 100644 --- a/c/src/lib/libbsp/arm/lpc32xx/make/custom/lpc32xx_phycore.cfg +++ b/c/src/lib/libbsp/arm/lpc32xx/make/custom/lpc32xx_phycore.cfg @@ -8,7 +8,6 @@ include $(RTEMS_ROOT)/make/custom/default.cfg RTEMS_CPU = arm -CPU_CFLAGS = -mcpu=arm926ej-s -mthumb -mstructure-size-boundary=8 \ - -Wextra -Wno-unused -Wpointer-arith -Wcast-qual -Wconversion -Wmissing-prototypes +CPU_CFLAGS = -mcpu=arm926ej-s -mthumb -mstructure-size-boundary=8 CFLAGS_OPTIMIZE_V = -Os -g