summaryrefslogtreecommitdiffstats
path: root/scripts/buildalltar.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2003-09-26 21:48:56 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2003-09-26 21:48:56 +0000
commit923ecb6ff98ed7839069007528a913d463dad4c9 (patch)
tree6a15b75d4c685e55e09d0475b28d1eaea442de60 /scripts/buildalltar.in
parent2003-09-26 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-923ecb6ff98ed7839069007528a913d463dad4c9.tar.bz2
2003-09-26 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: Obsoleting HP PA-RISC port.
Diffstat (limited to 'scripts/buildalltar.in')
-rw-r--r--scripts/buildalltar.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/scripts/buildalltar.in b/scripts/buildalltar.in
index dd3e85143c..4014861e1a 100644
--- a/scripts/buildalltar.in
+++ b/scripts/buildalltar.in
@@ -94,16 +94,16 @@ if test ${do_binutils} = no -a ${do_gccnewlib} = no -a ${do_gdb} = no ; then
fi
-# This is the full list .. hppa1.1 does not build now.
-#ALL_TARGETS="arm-rtems h8300-rtems hppa1.1-rtems i386-rtems i960-rtems \
-# m68k-rtems mips64orion-rtems mips-rtems or32-rtems powerpc-rtems \
-# sh-rtems sh-rtemself sparc-rtems"
+# 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 \
+# powerpc-rtems sh-rtems sh-rtemself sparc-rtems"
# This is the full buildable set.
if [ "X${TARGETS}" = "X" ] ; then
- # do not include c4x or hppa primary targets
+ # do not include c4x as primary targets
# do not include sh-elf or i960-elf secondary targets
- TARGETS="arm-rtems h8300-rtems hppa1.1-rtems i386-rtems \
+ TARGETS="arm-rtems h8300-rtems i386-rtems \
m68k-rtems mips64orion-rtems mips-rtems powerpc-rtems \
sh-rtems sh-rtemself sparc-rtems"
fi