All,
I'm trying to build trunk with C only on NetBSD 5.1. I've gotten to the point
where libgcc is built with xgcc and I get a failure when linking libgcc_s.so
with:
/usr/bin/ld: /usr/local/lib: No such file:
I replaced ld with echo to see the link line and /usr/local/lib is sent to the
linker
-cpu=prescott --enable-languages=ada,c,c++,fortran --disable-nls
--with-mpfr-lib=/usr/local/lib --with-gmp-lib=/usr/local/lib
Thread model: posix
gcc version 4.2.2
Enabled Languages: C, C++, Ada, and Fortran
Build, host, and target are NetBSD 4.99.35 (Tracking
Current).
Aran Clauson