summaryrefslogtreecommitdiffstats
path: root/bsps/moxie/moxiesim/config/moxiesim.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/moxie/moxiesim/config/moxiesim.cfg')
-rw-r--r--bsps/moxie/moxiesim/config/moxiesim.cfg14
1 files changed, 14 insertions, 0 deletions
diff --git a/bsps/moxie/moxiesim/config/moxiesim.cfg b/bsps/moxie/moxiesim/config/moxiesim.cfg
new file mode 100644
index 0000000000..4d924d9c76
--- /dev/null
+++ b/bsps/moxie/moxiesim/config/moxiesim.cfg
@@ -0,0 +1,14 @@
+#
+# Config file for the moxie simulator in gdb.
+#
+# $Id: moxiesxsim.cfg,v 1.2 2009/10/21 10:41:27 ralf Exp $
+#
+
+include $(RTEMS_ROOT)/make/custom/default.cfg
+
+RTEMS_CPU=moxie
+
+# optimize flag: typically -O2
+CFLAGS_OPTIMIZE_V = -Os -g -ffunction-sections -fdata-sections
+
+LDFLAGS = -Wl,--gc-sections