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.
16 lines
330 B
PHP
16 lines
330 B
PHP
#
|
|
# Config file for BeagleBoard.
|
|
#
|
|
|
|
include $(RTEMS_ROOT)/make/custom/default.cfg
|
|
|
|
RTEMS_CPU = arm
|
|
|
|
CPU_CFLAGS = -mcpu=cortex-a8
|
|
|
|
CFLAGS_OPTIMIZE_V ?= -O2 -g
|
|
|
|
# Add CFLAGS and LDFLAGS for compiling and linking with per item sections
|
|
CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
|
|
LDFLAGS = -Wl,--gc-sections
|