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.
17 lines
332 B
INI
17 lines
332 B
INI
#
|
|
# Config file for the M32C GDB Simulator
|
|
#
|
|
|
|
include $(RTEMS_ROOT)/make/custom/default.cfg
|
|
|
|
RTEMS_CPU=m32c
|
|
|
|
CPU_CFLAGS = -mcpu=m32cm
|
|
|
|
# Unreported GCC Bug results in ICE in cpu.c. Use -O0
|
|
# CFLAGS_OPTIMIZE_V = -Os -g
|
|
CFLAGS_OPTIMIZE_V = -O0 -g
|
|
CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
|
|
|
|
LDFLAGS = -Wl,--gc-sections
|