2004-09-29 Joel Sherrill <joel@OARcorp.com>

* buildall.in, buildalltar.in, binutils/Makefile.am,
	cpukit/Makefile.am, gcc3newlib/Makefile.am, gcc3newlib/gccnewlib.add,
	gdb/Makefile.am, rtems/Makefile.am, rtemsdoc/.cvsignore,
	rtemsdoc/Makefile.am: i960 obsoleted.
This commit is contained in:
Joel Sherrill
2004-09-29 17:29:10 +00:00
parent c774850d22
commit e4e9d60233
11 changed files with 17 additions and 36 deletions

View File

@@ -63,15 +63,15 @@ fi
# This is the full list .. some may not build at any given time.
#ALL_TARGETS="i386-rtems i960-rtems m68k-rtems \
#ALL_TARGETS="i386-rtems m68k-rtems \
# m68k-rtemself mips-rtems \
# powerpc-rtems sh-rtems sh-rtemself sparc-rtems"
# This is the full buildable set.
if [ "X${TARGETS}" = "X" ] ; then
# do not include tic4x as primary targets
# do not include sh-elf or i960-elf secondary targets
TARGETS="arm-rtems h8300-rtems i386-rtems i960-rtems m68k-rtems \
# do not include sh-elf or secondary targets
TARGETS="arm-rtems h8300-rtems i386-rtems m68k-rtems \
mips-rtems powerpc-rtems sh-rtems sparc-rtems"
fi