From 26c4cb4811c9e40d8b63d783b3c7ea430b6d7ec3 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 10 Sep 2008 15:43:54 +0000 Subject: 2008-09-10 Joel Sherrill * configure.ac, aclocal/canonical-target-name.m4, score/cpu/Makefile.am: Remove TI C4x and NIOS2 ports from 4.9 branch. --- cpukit/ChangeLog | 5 +++++ cpukit/aclocal/canonical-target-name.m4 | 3 --- cpukit/configure.ac | 2 -- cpukit/score/cpu/Makefile.am | 2 +- 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 + + * 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 * 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 -- cgit v1.2.3