summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m32c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-04-21 10:22:08 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-04-23 15:18:42 +0200
commitadb85dd473af5c9a72e9da9b7fe013d1b216abc3 (patch)
treeed54d2ce2354cf2b75995d1e1f2bc685436bc4ca /c/src/lib/libbsp/m32c
parentbsps: Remove AC_CONFIG_SRCDIR() (diff)
downloadrtems-adb85dd473af5c9a72e9da9b7fe013d1b216abc3.tar.bz2
bsps: Move make/custom/* files to bsps
Adjust various build files. Remove automatic generation of the c/src/lib/libbsp/*/acinclude.m4 files from bootstrap script. This patch is a part of the BSP source reorganization. Update #3285.
Diffstat (limited to 'c/src/lib/libbsp/m32c')
-rw-r--r--c/src/lib/libbsp/m32c/m32cbsp/make/custom/m32csim-testsuite.tcfg28
-rw-r--r--c/src/lib/libbsp/m32c/m32cbsp/make/custom/m32csim.cfg16
2 files changed, 0 insertions, 44 deletions
diff --git a/c/src/lib/libbsp/m32c/m32cbsp/make/custom/m32csim-testsuite.tcfg b/c/src/lib/libbsp/m32c/m32cbsp/make/custom/m32csim-testsuite.tcfg
deleted file mode 100644
index d1eee4f443..0000000000
--- a/c/src/lib/libbsp/m32c/m32cbsp/make/custom/m32csim-testsuite.tcfg
+++ /dev/null
@@ -1,28 +0,0 @@
-#
-# The GDB M32C Simulator does not have a tick interrupt.
-#
-
-include: testdata/disable-iconv-tests.tcfg
-include: testdata/require-tick-isr.tcfg
-include: testdata/disable-jffs2-tests.tcfg
-include: testdata/disable-mrfs-tests.tcfg
-
-exclude: crypt01
-exclude: fileio
-exclude: flashdisk01
-exclude: fsbdpart01
-exclude: fsdosfsformat01
-exclude: fsdosfswrite01
-exclude: fsdosfsname01
-exclude: fsrfsbitmap01
-exclude: sha
-exclude: spstkalloc02
-exclude: sptls01
-exclude: sptls04
-exclude: tmcontext01
-exclude: utf8proc01
-
-#
-# Does not compile. See #3025.
-#
-exclude: linpack
diff --git a/c/src/lib/libbsp/m32c/m32cbsp/make/custom/m32csim.cfg b/c/src/lib/libbsp/m32c/m32cbsp/make/custom/m32csim.cfg
deleted file mode 100644
index 9ea0d48b80..0000000000
--- a/c/src/lib/libbsp/m32c/m32cbsp/make/custom/m32csim.cfg
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# Config file for the M32C GDB Simulator
-#
-
-include $(RTEMS_ROOT)/make/custom/default.cfg
-
-RTEMS_CPU=m32c
-
-CPU_CFLAGS = -mcpu=m32cm
-
-# Unreported GCC Bug results in ICE in cpu.c. Use -O0
-# CFLAGS_OPTIMIZE_V = -Os -g
-CFLAGS_OPTIMIZE_V = -O0 -g
-CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
-
-LDFLAGS = -Wl,--gc-sections