Subject: building pentium optimized system from -current
To: None <port-i386@netbsd.org>
From: Wojciech Puchar <wojtek@tensor.3miasto.net>
List: port-i386
Date: 08/13/2003 18:02:37
how to do it using ./build.sh script?

i already patched gcc makefile so pentium-defaulting gcc is made.

but build.sh uses toolchain's directory built gcc so it produces complete
NetBSD set with gcc defaulting to pentium but with everything optimized to
386/486

how to fix this?


i tried to compile things with

make build DESTDIR=/altroot

but it fails after some time - while it worked fine with 2-3 months older
sources



other question - is gcc 3 supported for i386? build.sh builds with 2.95.3
while i found gcc3 subdirectory in sources