summaryrefslogtreecommitdiffstats
path: root/bsps/no_cpu/no_bsp/config/no_bsp.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/no_cpu/no_bsp/config/no_bsp.cfg')
-rw-r--r--bsps/no_cpu/no_bsp/config/no_bsp.cfg13
1 files changed, 13 insertions, 0 deletions
diff --git a/bsps/no_cpu/no_bsp/config/no_bsp.cfg b/bsps/no_cpu/no_bsp/config/no_bsp.cfg
new file mode 100644
index 0000000000..15e2f29bff
--- /dev/null
+++ b/bsps/no_cpu/no_bsp/config/no_bsp.cfg
@@ -0,0 +1,13 @@
+#
+# Configuration file for the "no_bsp" board
+#
+
+include $(RTEMS_ROOT)/make/custom/default.cfg
+
+RTEMS_CPU=no_cpu
+
+# Miscellaneous additions go here. Typical options usually look like
+CFLAGS_OPTIMIZE_V += -O2 -g
+CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
+
+LDFLAGS = -Wl,--gc-sections