mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
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:
@@ -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
|
||||
|
||||
@@ -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%'`
|
||||
;;
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user