From 08330bf0be8fed443402ffd1664b2ca4d16b6f8e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 27 Jul 2000 01:04:11 +0000 Subject: Port of RTEMS to the ARM processor family by Eric Valette and Emmanuel Raguet of Canon CRF - Communication Dept. This port includes a basic BSP that is sufficient to link hello world. --- scripts/buildall.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'scripts/buildall.in') 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 -- cgit v1.2.3