summaryrefslogtreecommitdiffstats
path: root/bsps/arm/realview-pbx-a9/config/realview_pbx_a9_qemu.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/arm/realview-pbx-a9/config/realview_pbx_a9_qemu.cfg')
-rw-r--r--bsps/arm/realview-pbx-a9/config/realview_pbx_a9_qemu.cfg9
1 files changed, 9 insertions, 0 deletions
diff --git a/bsps/arm/realview-pbx-a9/config/realview_pbx_a9_qemu.cfg b/bsps/arm/realview-pbx-a9/config/realview_pbx_a9_qemu.cfg
new file mode 100644
index 0000000000..f6875451cd
--- /dev/null
+++ b/bsps/arm/realview-pbx-a9/config/realview_pbx_a9_qemu.cfg
@@ -0,0 +1,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