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.
This commit is contained in:
Joel Sherrill
2008-09-10 15:43:54 +00:00
parent 59ccbe2f34
commit 26c4cb4811
4 changed files with 6 additions and 6 deletions

View File

@@ -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> 2008-09-08 Joel Sherrill <joel.sherrill@oarcorp.com>
* sapi/include/confdefs.h: Add debug information for * sapi/include/confdefs.h: Add debug information for

View File

@@ -28,9 +28,6 @@ case "${host}" in
sparc-sun-solaris*) # unix "simulator" port sparc-sun-solaris*) # unix "simulator" port
RTEMS_CPU=unix RTEMS_CPU=unix
;; ;;
tic4x-*rtems*) # gcc changed the name
RTEMS_CPU=c4x
;;
*) *)
RTEMS_CPU=`echo $host | sed 's%^\([[^-]]*\)-\(.*\)$%\1%'` RTEMS_CPU=`echo $host | sed 's%^\([[^-]]*\)-\(.*\)$%\1%'`
;; ;;

View File

@@ -328,12 +328,10 @@ score/cpu/Makefile
score/cpu/arm/Makefile score/cpu/arm/Makefile
score/cpu/bfin/Makefile score/cpu/bfin/Makefile
score/cpu/avr/Makefile score/cpu/avr/Makefile
score/cpu/c4x/Makefile
score/cpu/h8300/Makefile score/cpu/h8300/Makefile
score/cpu/i386/Makefile score/cpu/i386/Makefile
score/cpu/m68k/Makefile score/cpu/m68k/Makefile
score/cpu/mips/Makefile score/cpu/mips/Makefile
score/cpu/nios2/Makefile
score/cpu/powerpc/Makefile score/cpu/powerpc/Makefile
score/cpu/sh/Makefile score/cpu/sh/Makefile
score/cpu/sparc/Makefile score/cpu/sparc/Makefile

View File

@@ -4,7 +4,7 @@
SUBDIRS = @RTEMS_CPU@ 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 unix
DIST_SUBDIRS += avr DIST_SUBDIRS += avr