summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/moxie/moxiesim/make/custom/moxiesim.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/moxie/moxiesim/make/custom/moxiesim.cfg')
-rw-r--r--c/src/lib/libbsp/moxie/moxiesim/make/custom/moxiesim.cfg15
1 files changed, 15 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/moxie/moxiesim/make/custom/moxiesim.cfg b/c/src/lib/libbsp/moxie/moxiesim/make/custom/moxiesim.cfg
new file mode 100644
index 0000000000..2229ef9380
--- /dev/null
+++ b/c/src/lib/libbsp/moxie/moxiesim/make/custom/moxiesim.cfg
@@ -0,0 +1,15 @@
+#
+# 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
+RTEMS_CPU_MODEL=moxie
+
+# optimize flag: typically -O2
+CFLAGS_OPTIMIZE_V = -Os -g -ffunction-sections -fdata-sections
+
+LDFLAGS = -Wl,--gc-sections \ No newline at end of file