summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/h8300/h8sim/make/custom/h8sxsim.cfg
diff options
context:
space:
mode:
authorAun-Ali Zaidi <admin@kodeit.net>2015-12-13 18:47:53 -0600
committerGedare Bloom <gedare@rtems.org>2015-12-13 22:02:57 -0500
commit357fdfc2466f53a35d9821776d56fa236349a489 (patch)
tree58dca7cda8ea4f4d5d4652f41a44bd0dbd9ce1a2 /c/src/lib/libbsp/h8300/h8sim/make/custom/h8sxsim.cfg
parentarm/gp32: Remove (diff)
downloadrtems-357fdfc2466f53a35d9821776d56fa236349a489.tar.bz2
h8300/h8sim: Remove
updates #2453.
Diffstat (limited to 'c/src/lib/libbsp/h8300/h8sim/make/custom/h8sxsim.cfg')
-rw-r--r--c/src/lib/libbsp/h8300/h8sim/make/custom/h8sxsim.cfg16
1 files changed, 0 insertions, 16 deletions
diff --git a/c/src/lib/libbsp/h8300/h8sim/make/custom/h8sxsim.cfg b/c/src/lib/libbsp/h8300/h8sim/make/custom/h8sxsim.cfg
deleted file mode 100644
index cec951a4a5..0000000000
--- a/c/src/lib/libbsp/h8300/h8sim/make/custom/h8sxsim.cfg
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# Config file for the H8 simulator in gdb compiled for SX
-#
-
-include $(RTEMS_ROOT)/make/custom/default.cfg
-
-RTEMS_CPU=h8300
-RTEMS_CPU_MODEL=h8300h
-
-# This contains the compiler options necessary to select the CPU model
-# and (hopefully) optimize for it.
-#
-CPU_CFLAGS = -msx
-
-# optimize flag: typically -O2
-CFLAGS_OPTIMIZE_V = -Os -g