Subject: old chain build prob
To: None <current-users@netbsd.org>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
List: current-users
Date: 12/18/2001 16:59:13
I'm getting confused between acorn32/arm32/arm...

./build.sh -m acorn32
===> Bootstrapping nbmake
ERROR: build.sh (new toolchain) is not yet enabled for

MACHINE: acorn32
MACHINE_ARCH: arm32

and in /usr/share/mk/bsd.own.mk

.if ${MACHINE_ARCH} == "arm"
USE_NEW_TOOLCHAIN=nowarn

and both arm and arm32 appear in sys.mk.

Just came across this as I get

make: don't know how to make __dummy.so. Stop

in src/gnu/lib/libgcc on a RiscPC ie., acorn32 arm with gcc version
egcs-2.91.66 and was trying to work out whether or not libgcc should be
compiled at all according to src/gnu/lib/Makefile..

Cheers,

Patrick