mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
15 lines
299 B
INI
15 lines
299 B
INI
#
|
|
# Configuration file for the "xen_virtual" target
|
|
#
|
|
|
|
include $(RTEMS_ROOT)/make/custom/default.cfg
|
|
|
|
RTEMS_CPU = arm
|
|
|
|
CPU_CFLAGS = -march=armv7-a -mthumb -mfpu=neon -mfloat-abi=hard
|
|
|
|
CFLAGS_OPTIMIZE_V += -O2 -g
|
|
CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
|
|
|
|
LDFLAGS = -Wl,--gc-sections
|