summaryrefslogtreecommitdiffstats
path: root/scripts/buildall.in
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/buildall.in')
-rwxr-xr-xscripts/buildall.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/buildall.in b/scripts/buildall.in
index cac75f6d4e..2d66db6f64 100755
--- a/scripts/buildall.in
+++ b/scripts/buildall.in
@@ -69,7 +69,9 @@ fi
# This is the full buildable set.
if [ "X${TARGETS}" = "X" ] ; then
- TARGETS="i386-rtems i960-rtems m68k-rtems \
+ # 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"
fi