mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 17:38:56 +08:00
2008-10-01 Ralf Corsepius <ralf.corsepius@rtems.org>
* custom/gen83xx.cfg, custom/lpc2478.cfg: Remove warning flags.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user