summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sh/shsim/make
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/sh/shsim/make')
-rw-r--r--c/src/lib/libbsp/sh/shsim/make/custom/simsh1-testsuite.tcfg15
-rw-r--r--c/src/lib/libbsp/sh/shsim/make/custom/simsh1.cfg18
-rw-r--r--c/src/lib/libbsp/sh/shsim/make/custom/simsh2-testsuite.tcfg15
-rw-r--r--c/src/lib/libbsp/sh/shsim/make/custom/simsh2.cfg18
-rw-r--r--c/src/lib/libbsp/sh/shsim/make/custom/simsh2e-testsuite.tcfg14
-rw-r--r--c/src/lib/libbsp/sh/shsim/make/custom/simsh2e.cfg17
-rw-r--r--c/src/lib/libbsp/sh/shsim/make/custom/simsh4-testsuite.tcfg14
-rw-r--r--c/src/lib/libbsp/sh/shsim/make/custom/simsh4.cfg17
8 files changed, 0 insertions, 128 deletions
diff --git a/c/src/lib/libbsp/sh/shsim/make/custom/simsh1-testsuite.tcfg b/c/src/lib/libbsp/sh/shsim/make/custom/simsh1-testsuite.tcfg
deleted file mode 100644
index d567a8d697..0000000000
--- a/c/src/lib/libbsp/sh/shsim/make/custom/simsh1-testsuite.tcfg
+++ /dev/null
@@ -1,15 +0,0 @@
-#
-# simsh1 RTEMS Test Database.
-#
-# Format is one line per test that is _NOT_ built.
-#
-
-include: testdata/require-tick-isr.tcfg
-include: testdata/disable-intrcritical-tests.tcfg
-include: testdata/disable-iconv-tests.tcfg
-
-exclude: fileio
-exclude: fsdosfsname01
-exclude: iostream
-exclude: linpack
-exclude: utf8proc01
diff --git a/c/src/lib/libbsp/sh/shsim/make/custom/simsh1.cfg b/c/src/lib/libbsp/sh/shsim/make/custom/simsh1.cfg
deleted file mode 100644
index 0f1da687a8..0000000000
--- a/c/src/lib/libbsp/sh/shsim/make/custom/simsh1.cfg
+++ /dev/null
@@ -1,18 +0,0 @@
-#
-# simsh1.cfg
-#
-# default configuration for gdb-simulation of Hitachi sh1 processors
-
-include $(RTEMS_ROOT)/make/custom/default.cfg
-
-RTEMS_CPU=sh
-
-# This contains the compiler options necessary to select the CPU model
-# and (hopefully) optimize for it.
-CPU_CFLAGS = -m1
-
-# optimize flag: typically -O2
-CFLAGS_OPTIMIZE_V = -O2 -g
-CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
-
-LDFLAGS = -Wl,--gc-sections
diff --git a/c/src/lib/libbsp/sh/shsim/make/custom/simsh2-testsuite.tcfg b/c/src/lib/libbsp/sh/shsim/make/custom/simsh2-testsuite.tcfg
deleted file mode 100644
index 8d4f381dfd..0000000000
--- a/c/src/lib/libbsp/sh/shsim/make/custom/simsh2-testsuite.tcfg
+++ /dev/null
@@ -1,15 +0,0 @@
-#
-# simsh2 RTEMS Test Database.
-#
-# Format is one line per test that is _NOT_ built.
-#
-
-include: testdata/require-tick-isr.tcfg
-include: testdata/disable-intrcritical-tests.tcfg
-include: testdata/disable-iconv-tests.tcfg
-
-exclude: fileio
-exclude: fsdosfsname01
-exclude: iostream
-exclude: linpack
-exclude: utf8proc01
diff --git a/c/src/lib/libbsp/sh/shsim/make/custom/simsh2.cfg b/c/src/lib/libbsp/sh/shsim/make/custom/simsh2.cfg
deleted file mode 100644
index cde1fb2fbf..0000000000
--- a/c/src/lib/libbsp/sh/shsim/make/custom/simsh2.cfg
+++ /dev/null
@@ -1,18 +0,0 @@
-#
-# simsh2.cfg
-#
-# default configuration for gdb-simulation of Hitachi sh2 processors
-
-include $(RTEMS_ROOT)/make/custom/default.cfg
-
-RTEMS_CPU=sh
-
-# This contains the compiler options necessary to select the CPU model
-# and (hopefully) optimize for it.
-CPU_CFLAGS = -m2
-
-# optimize flag: typically -O2
-CFLAGS_OPTIMIZE_V = -O2 -g
-CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
-
-LDFLAGS = -Wl,--gc-sections
diff --git a/c/src/lib/libbsp/sh/shsim/make/custom/simsh2e-testsuite.tcfg b/c/src/lib/libbsp/sh/shsim/make/custom/simsh2e-testsuite.tcfg
deleted file mode 100644
index 100b61cc9d..0000000000
--- a/c/src/lib/libbsp/sh/shsim/make/custom/simsh2e-testsuite.tcfg
+++ /dev/null
@@ -1,14 +0,0 @@
-#
-# The GDB SH Simulator does not have a tick interrupt
-# and the simsh2e configuration has limited memory.
-#
-
-include: testdata/require-tick-isr.tcfg
-include: testdata/disable-intrcritical-tests.tcfg
-include: testdata/disable-iconv-tests.tcfg
-
-exclude: fileio
-exclude: fsdosfsname01
-exclude: iostream
-exclude: linpack
-exclude: utf8proc01
diff --git a/c/src/lib/libbsp/sh/shsim/make/custom/simsh2e.cfg b/c/src/lib/libbsp/sh/shsim/make/custom/simsh2e.cfg
deleted file mode 100644
index ce34d26d78..0000000000
--- a/c/src/lib/libbsp/sh/shsim/make/custom/simsh2e.cfg
+++ /dev/null
@@ -1,17 +0,0 @@
-#
-# Config file for the sh simulator in gdb as SH2E
-#
-
-include $(RTEMS_ROOT)/make/custom/default.cfg
-
-RTEMS_CPU=sh
-
-# This contains the compiler options necessary to select the CPU model
-# and (hopefully) optimize for it.
-CPU_CFLAGS = -m2e -ml
-
-# optimize flag: typically -O2
-CFLAGS_OPTIMIZE_V = -O2 -g
-CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
-
-LDFLAGS = -Wl,--gc-sections
diff --git a/c/src/lib/libbsp/sh/shsim/make/custom/simsh4-testsuite.tcfg b/c/src/lib/libbsp/sh/shsim/make/custom/simsh4-testsuite.tcfg
deleted file mode 100644
index 0fa2e7744e..0000000000
--- a/c/src/lib/libbsp/sh/shsim/make/custom/simsh4-testsuite.tcfg
+++ /dev/null
@@ -1,14 +0,0 @@
-#
-# The GDB SH Simulator does not have a tick interrupt
-# and the simsh4 configuration has limited memory.
-#
-
-include: testdata/require-tick-isr.tcfg
-include: testdata/disable-intrcritical-tests.tcfg
-include: testdata/disable-iconv-tests.tcfg
-
-exclude: fileio
-exclude: fsdosfsname01
-exclude: iostream
-exclude: linpack
-exclude: utf8proc01
diff --git a/c/src/lib/libbsp/sh/shsim/make/custom/simsh4.cfg b/c/src/lib/libbsp/sh/shsim/make/custom/simsh4.cfg
deleted file mode 100644
index c23a8b93b5..0000000000
--- a/c/src/lib/libbsp/sh/shsim/make/custom/simsh4.cfg
+++ /dev/null
@@ -1,17 +0,0 @@
-#
-# Config file for the sh simulator in gdb
-#
-
-include $(RTEMS_ROOT)/make/custom/default.cfg
-
-RTEMS_CPU=sh
-
-# This contains the compiler options necessary to select the CPU model
-# and (hopefully) optimize for it.
-CPU_CFLAGS = -m4 -ml
-
-# optimize flag: typically -O2
-CFLAGS_OPTIMIZE_V = -O2 -g
-CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
-
-LDFLAGS = -Wl,--gc-sections