summaryrefslogtreecommitdiffstats
path: root/scripts/buildalltar.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2004-09-29 17:29:10 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2004-09-29 17:29:10 +0000
commite4e9d602334b44503204dab7d6ba18750394363a (patch)
tree889ac8748a0b474a01c064200465766e1e3ea9a5 /scripts/buildalltar.in
parent2004-09-29 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-e4e9d602334b44503204dab7d6ba18750394363a.tar.bz2
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.
Diffstat (limited to 'scripts/buildalltar.in')
-rw-r--r--scripts/buildalltar.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/buildalltar.in b/scripts/buildalltar.in
index adb9697b0e..ba78a69d30 100644
--- a/scripts/buildalltar.in
+++ b/scripts/buildalltar.in
@@ -95,14 +95,14 @@ 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
+ # do not include sh-elf or secondary targets
TARGETS="arm-rtems h8300-rtems i386-rtems \
m68k-rtems mips-rtems powerpc-rtems \
sh-rtems sh-rtemself sparc-rtems"
@@ -295,7 +295,7 @@ do
mkdir b-${target}-gdb
cd b-${target}-gdb
case ${target} in
- arm* | d10v* | d30v* | erc32* | fr30* | h8300* | h8500* | i960* | \
+ arm* | d10v* | d30v* | erc32* | fr30* | h8300* | h8500* | \
m32r* | mcore* | mips* | mn10200* | mn10300* | sh* | sparc*| v850* | \
w65* | z8k*)
extra_configure_arguments="--enable-sim"