forked from Imagelibrary/rtems
Adjust various build files. Remove automatic generation of the c/src/lib/libbsp/*/acinclude.m4 files from bootstrap script. This patch is a part of the BSP source reorganization. Update #3285.
15 lines
249 B
PHP
15 lines
249 B
PHP
#
|
|
# Config file for LPC24XX.
|
|
#
|
|
|
|
include $(RTEMS_ROOT)/make/custom/default.cfg
|
|
|
|
RTEMS_CPU = arm
|
|
|
|
CPU_CFLAGS = -mcpu=arm7tdmi-s -mthumb
|
|
|
|
CFLAGS_OPTIMIZE_V = -Os -g
|
|
CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
|
|
|
|
LDFLAGS = -Wl,--gc-sections
|