summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/realview-pbx-a9/make/custom/realview_pbx_a9_qemu.cfg
blob: f6875451cdec5b925c92c5465fb83d0262b6a386 (plain) (blame)
1
2
3
4
5
6
7
8
9
include $(RTEMS_ROOT)/make/custom/default.cfg

RTEMS_CPU = arm

CPU_CFLAGS = -march=armv7-a -mthumb -mfpu=neon -mfloat-abi=hard -mtune=cortex-a9

LDFLAGS = -Wl,--gc-sections

CFLAGS_OPTIMIZE_V ?= -O0 -g -ffunction-sections -fdata-sections