summaryrefslogtreecommitdiffstats
path: root/scripts/buildall.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-10-31 16:44:11 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-10-31 16:44:11 +0000
commit06f2f75419fd43c2c639281753a0de751fcd2690 (patch)
tree15f484d95dd7fb899a4af7cd0b4f462f79a1d2fd /scripts/buildall.in
parent2000-10-30 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-06f2f75419fd43c2c639281753a0de751fcd2690.tar.bz2
2000-10-30 Joel Sherrill <joel@OARcorp.com>
* buildall.in, mkgdbspec.in, setup.def, binutils/Makefile.am, gccnewlib/HISTORY, gccnewlib/Makefile.am, gdb/Makefile.am: Added mips-rtems, updated to include new patches and gcc 2.95.2/newlib 1.8.2 revision 11 RPM.
Diffstat (limited to '')
-rwxr-xr-xscripts/buildall.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/buildall.in b/scripts/buildall.in
index 2d66db6f64..ef13b8e82c 100755
--- a/scripts/buildall.in
+++ b/scripts/buildall.in
@@ -64,7 +64,7 @@ fi
# This is the full list .. hppa1.1 does not build now.
#ALL_TARGETS="hppa1.1-rtems i386-rtems i960-rtems m68k-rtems \
-# m68k-rtemself mips64orion-rtems \
+# m68k-rtemself mips-rtems mips64orion-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 or hppa primary targets
# do not include sh-elf or i960-elf secondary targets
TARGETS="arm-rtems h8300-rtems i386-rtems i960-rtems m68k-rtems \
- mips64orion-rtems powerpc-rtems sh-rtems sparc-rtems"
+ mips-rtems mips64orion-rtems powerpc-rtems sh-rtems sparc-rtems"
fi
. $CFG