summaryrefslogtreecommitdiffstats
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
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.
-rw-r--r--ChangeLog6
-rw-r--r--MAINTAINERS1
-rw-r--r--README.configure21
-rw-r--r--aclocal/bsp-alias.m41
-rw-r--r--aclocal/canonical-target-name.m43
-rw-r--r--aclocal/check-bsps.m41
6 files changed, 10 insertions, 23 deletions
diff --git a/ChangeLog b/ChangeLog
index 635d68b6a5..3e833109f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.
+
2008-09-09 Joel Sherrill <joel.sherrill@oarcorp.com>
* README.configure: Updated list of BSPs.
diff --git a/MAINTAINERS b/MAINTAINERS
index 3511a356ae..08218f16d3 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -35,7 +35,6 @@ Networking NAME-TBD EMAIL-TBD
arm Jay Monkman jtm@lopingdog.com
avr Ralf Corsepius ralf.corsepius@rtems.org
-c4x Joel Sherrill joel.sherrill@OARcorp.com
h8300 NAME-TBD EMAIL-TBD
i386 NAME-TBD EMAIL-TBD
m68k NAME-TBD EMAIL-TBD
diff --git a/README.configure b/README.configure
index 583643bbbc..4e9e6bae09 100644
--- a/README.configure
+++ b/README.configure
@@ -91,7 +91,6 @@ The following targets are supported:
(none) will build the host-based version on Linux, Solaris and HPUX.
arm-rtems4.9
- tic4x-rtems4.9
h8300-rtems4.9
i386-rtems4.9
m68k-rtems4.9
@@ -173,8 +172,6 @@ avr: : none
bfin : eZKit533 bf537Stamp
-c4x : c3xsim c4xsim
-
h8300 : h8sim
i386 : i386ex pc386 pc386dx pc486 pc586 pc686 pck6 ts_386ex
@@ -242,22 +239,12 @@ Please refer to the BSP and Device Driver Guide.
7. Tested configurations
========================
-All gnu-based bsps have been built on Linux.
-
-The native (posix) ports have been built and run only on Linux.
-
-The following configurations have NOT been tested:
-
- + Anything on Nextstep, HPUX and Irix.
- + The C4x and OR32 ports (requires specially patched toolchain)
+All BSPs have been built on GNU/Linux if the target architecture
+is supported in the FSF tools distribution.
8. Prerequisites
================
-Gawk version 2 or higher.
-GNU make version 3.72 or higher.
+GNU make
Bash.
-gcc version > 2.8
-
-NOTE: These prerequisites are probably out of date but autoconf should detect
- any problems.
+binutils, gcc, newlib and gdb versions matching those in the RPMs.
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";;