summaryrefslogtreecommitdiffstats
path: root/aclocal
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-10 16:03:10 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-10 16:03:10 +0000
commit92f3264acf8c73cdf1bc9b05a1836add5b0b7268 (patch)
tree961f9f7010444954c420600a81c621947c193950 /aclocal
parent2008-09-10 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-92f3264acf8c73cdf1bc9b05a1836add5b0b7268.tar.bz2
2008-09-10 Joel Sherrill <joel.sherrill@OARcorp.com>
* MAINTAINERS, README.configure, aclocal/bsp-alias.m4, aclocal/canonical-target-name.m4, aclocal/check-bsps.m4: Remove TI C4x and NIOS2 ports from 4.9 branch.
Diffstat (limited to 'aclocal')
-rw-r--r--aclocal/bsp-alias.m41
-rw-r--r--aclocal/canonical-target-name.m43
-rw-r--r--aclocal/check-bsps.m41
3 files changed, 0 insertions, 5 deletions
diff --git a/aclocal/bsp-alias.m4 b/aclocal/bsp-alias.m4
index 49bab129e0..b1cb954702 100644
--- a/aclocal/bsp-alias.m4
+++ b/aclocal/bsp-alias.m4
@@ -9,7 +9,6 @@ AC_DEFUN([_RTEMS_BSP_ALIAS],
case $1 in
bare*) $2=bare ;; # EXP: bare-aliases
- c3xsim) $2=c4xsim ;; # TI C3x Simulator in gdb
gen68360_040) $2=gen68360 ;; # m68k - 68360 in companion mode
pghplus) $2=tqm8xx ;; # powerpc - mpc8xx custom board
tqm8xx_stk8xx) $2=tqm8xx ;; # powerpc - tqm8xx on starter kit
diff --git a/aclocal/canonical-target-name.m4 b/aclocal/canonical-target-name.m4
index 990c84e2d1..194f424de7 100644
--- a/aclocal/canonical-target-name.m4
+++ b/aclocal/canonical-target-name.m4
@@ -29,9 +29,6 @@ case "${target}" in
sparc-sun-solaris*) # unix "simulator" port
RTEMS_CPU=unix
;;
- tic4x-*rtems*) # gcc changed the name
- RTEMS_CPU=c4x
- ;;
*)
RTEMS_CPU=`echo $target | sed 's%^\([[^-]]*\)-\(.*\)$%\1%'`
;;
diff --git a/aclocal/check-bsps.m4 b/aclocal/check-bsps.m4
index 7a0be83f11..1ccd475f86 100644
--- a/aclocal/check-bsps.m4
+++ b/aclocal/check-bsps.m4
@@ -16,7 +16,6 @@ AC_MSG_CHECKING([for available BSPs])
-e "s,/bsp_specs$,,"`
case $bsp_family in
# Now account for BSPs with build variants
- c4xsim) bsps="c4xsim c3xsim";;
gen68360) bsps="gen68360 gen68360_040 pgh360";;
tqm8xx) bsps="pghplus tqm8xx_stk8xx";;
genmcf548x) bsps="m5484FireEngine";;