summaryrefslogtreecommitdiffstats
path: root/scripts/buildall.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/buildall.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/buildall.in')
-rwxr-xr-xscripts/buildall.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/buildall.in b/scripts/buildall.in
index 111e334fad..8bffd316a3 100755
--- a/scripts/buildall.in
+++ b/scripts/buildall.in
@@ -62,14 +62,14 @@ 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="hppa1.1-rtems i386-rtems i960-rtems m68k-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 i386-rtems i960-rtems m68k-rtems \
mips-rtems mips64orion-rtems powerpc-rtems sh-rtems sparc-rtems"