summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-10 15:43:54 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-10 15:43:54 +0000
commit26c4cb4811c9e40d8b63d783b3c7ea430b6d7ec3 (patch)
tree77ce4557bd71c8ff59a76e93c13abe3232a3dac4
parentThis commit was manufactured by cvs2svn to create branch 'rtems-4-9-branch'. (diff)
downloadrtems-26c4cb4811c9e40d8b63d783b3c7ea430b6d7ec3.tar.bz2
2008-09-10 Joel Sherrill <joel.sherrill@OARcorp.com>
* configure.ac, aclocal/canonical-target-name.m4, score/cpu/Makefile.am: Remove TI C4x and NIOS2 ports from 4.9 branch.
-rw-r--r--cpukit/ChangeLog5
-rw-r--r--cpukit/aclocal/canonical-target-name.m43
-rw-r--r--cpukit/configure.ac2
-rw-r--r--cpukit/score/cpu/Makefile.am2
4 files changed, 6 insertions, 6 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index ea89e8e94f..a0a9a00e37 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,8 @@
+2008-09-10 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * configure.ac, aclocal/canonical-target-name.m4,
+ score/cpu/Makefile.am: Remove TI C4x and NIOS2 ports from 4.9 branch.
+
2008-09-08 Joel Sherrill <joel.sherrill@oarcorp.com>
* sapi/include/confdefs.h: Add debug information for
diff --git a/cpukit/aclocal/canonical-target-name.m4 b/cpukit/aclocal/canonical-target-name.m4
index 963a71cda3..4ffc256bc2 100644
--- a/cpukit/aclocal/canonical-target-name.m4
+++ b/cpukit/aclocal/canonical-target-name.m4
@@ -28,9 +28,6 @@ case "${host}" in
sparc-sun-solaris*) # unix "simulator" port
RTEMS_CPU=unix
;;
- tic4x-*rtems*) # gcc changed the name
- RTEMS_CPU=c4x
- ;;
*)
RTEMS_CPU=`echo $host | sed 's%^\([[^-]]*\)-\(.*\)$%\1%'`
;;
diff --git a/cpukit/configure.ac b/cpukit/configure.ac
index e96714480b..c6b5546bf5 100644
--- a/cpukit/configure.ac
+++ b/cpukit/configure.ac
@@ -328,12 +328,10 @@ score/cpu/Makefile
score/cpu/arm/Makefile
score/cpu/bfin/Makefile
score/cpu/avr/Makefile
-score/cpu/c4x/Makefile
score/cpu/h8300/Makefile
score/cpu/i386/Makefile
score/cpu/m68k/Makefile
score/cpu/mips/Makefile
-score/cpu/nios2/Makefile
score/cpu/powerpc/Makefile
score/cpu/sh/Makefile
score/cpu/sparc/Makefile
diff --git a/cpukit/score/cpu/Makefile.am b/cpukit/score/cpu/Makefile.am
index 95909835c8..0f4de734b0 100644
--- a/cpukit/score/cpu/Makefile.am
+++ b/cpukit/score/cpu/Makefile.am
@@ -4,7 +4,7 @@
SUBDIRS = @RTEMS_CPU@
-DIST_SUBDIRS = arm bfin c4x h8300 i386 m68k mips nios2 no_cpu powerpc sh sparc \
+DIST_SUBDIRS = arm bfin h8300 i386 m68k mips no_cpu powerpc sh sparc \
unix
DIST_SUBDIRS += avr