summaryrefslogtreecommitdiffstats
path: root/scripts/buildall.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2004-01-07 20:35:07 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2004-01-07 20:35:07 +0000
commit282180ccbf6e638036a9159653c109ae3092e71d (patch)
treefb4f861647e6b907ca98034e2ef3acaad00e08d7 /scripts/buildall.in
parent2004-01-07 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-282180ccbf6e638036a9159653c109ae3092e71d.tar.bz2
2004-01-07 Joel Sherrill <joel@OARcorp.com>
* buildall.in, buildalltar.in, binutils/Makefile.am, cpukit/Makefile.am, gcc3newlib/Makefile.am, gccnewlib/Makefile.am, gdb/Makefile.am, rtems/Makefile.am, rtemsdoc/.cvsignore, rtemsdoc/Makefile.am: mips64orion port removed as mips port more completely covers the MIPS family.
Diffstat (limited to 'scripts/buildall.in')
-rwxr-xr-xscripts/buildall.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/buildall.in b/scripts/buildall.in
index 8bffd316a3..eb9e06ca0b 100755
--- a/scripts/buildall.in
+++ b/scripts/buildall.in
@@ -64,7 +64,7 @@ fi
# This is the full list .. some may not build at any given time.
#ALL_TARGETS="i386-rtems i960-rtems m68k-rtems \
-# m68k-rtemself mips-rtems mips64orion-rtems \
+# m68k-rtemself mips-rtems \
# powerpc-rtems sh-rtems sh-rtemself sparc-rtems"
# This is the full buildable set.
@@ -72,7 +72,7 @@ if [ "X${TARGETS}" = "X" ] ; then
# do not include c4x as primary targets
# do not include sh-elf or i960-elf secondary targets
TARGETS="arm-rtems h8300-rtems i386-rtems i960-rtems m68k-rtems \
- mips-rtems mips64orion-rtems powerpc-rtems sh-rtems sparc-rtems"
+ mips-rtems powerpc-rtems sh-rtems sparc-rtems"
fi
. $CFG