summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-11-08 16:38:36 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-11-12 07:04:09 +0100
commitbd59c23f8f47bbee16164db3363d3273d0978fd9 (patch)
treea36171d14b7bbec8a7ce2d56777ef1a28318093d /config
parentc4c268287cf6582b3174210f38f66a7baa696bb4 (diff)
Remove m32c support
Update #3599.
Diffstat (limited to 'config')
-rw-r--r--config/rtems-bsps-m32c.ini25
-rw-r--r--config/rtems-bsps-tiers.ini3
-rw-r--r--config/rtems-bsps.ini3
3 files changed, 1 insertions, 30 deletions
diff --git a/config/rtems-bsps-m32c.ini b/config/rtems-bsps-m32c.ini
deleted file mode 100644
index 74c7569..0000000
--- a/config/rtems-bsps-m32c.ini
+++ /dev/null
@@ -1,25 +0,0 @@
-#
-# RTEMS Tools Project (http://www.rtems.org/)
-# Copyright 2017 Chris Johns (chrisj@rtems.org)
-# All rights reserved.
-#
-# This file is part of the RTEMS Tools package in 'rtems-bsp-builder'.
-#
-# Permission to use, copy, modify, and/or distribute this software for any
-# purpose with or without fee is hereby granted, provided that the above
-# copyright notice and this permission notice appear in all copies.
-#
-# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
-# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
-# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
-# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
-# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
-# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
-# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-
-#
-# M32C Architecture
-#
-[m32c]
-bsps = m32csim
-exclude = smp
diff --git a/config/rtems-bsps-tiers.ini b/config/rtems-bsps-tiers.ini
index 14c9c06..34d7143 100644
--- a/config/rtems-bsps-tiers.ini
+++ b/config/rtems-bsps-tiers.ini
@@ -36,7 +36,7 @@ bsps_powerpc = qoriq_e500
# Tier 3: no build errors, no tests run.
#
[tier-3]
-archs = arm, bfin, i386, lm32, m32c, m68k, mips, moxie,
+archs = arm, bfin, i386, lm32, m68k, mips, moxie,
nios2, or1k, powerpc, sh, sparc, sparc64, v850
bsps_arm = altcycv_devkit,
arm1136jfs, arm1136js, arm7tdmi, arm920, armcortexa9, atsamv,
@@ -65,7 +65,6 @@ bsps_arm = altcycv_devkit,
bsps_bfin = TLL6527M, bf537Stamp, eZKit533
bsps_i386 = pc386, pc486, pc586-sse, pc586, pcp4
bsps_lm32 = lm32_evr, lm32_evr_gdbsim, milkymist
-bsps_m32c = m32csim
bsps_m68k = av5282,
csb360,
gen68340, gen68360, gen68360_040,
diff --git a/config/rtems-bsps.ini b/config/rtems-bsps.ini
index bda2b98..bdbc7e2 100644
--- a/config/rtems-bsps.ini
+++ b/config/rtems-bsps.ini
@@ -65,7 +65,6 @@ archs = arm,
epiphany,
i386,
lm32,
- m32c,
m68k,
mips,
moxie,
@@ -81,7 +80,6 @@ bsps_bfin = ${bfin:bsps}
bsps_epiphany = ${epiphany:bsps}
bsps_i386 = ${i386:bsps}
bsps_lm32 = ${lm32:bsps}
-bsps_m32c = ${m32c:bsps}
bsps_m68k = ${m68k:bsps}
bsps_mips = ${mips:bsps}
bsps_moxie = ${moxie:bsps}
@@ -102,7 +100,6 @@ include = rtems-bsps-arm.ini,
rtems-bsps-epiphany.ini,
rtems-bsps-i386.ini,
rtems-bsps-lm32.ini,
- rtems-bsps-m32c.ini,
rtems-bsps-m68k.ini,
rtems-bsps-mips.ini,
rtems-bsps-moxie.ini,