[parisc-linux] building a glibc-based tool chain
Paul Bame
bame@endor.fc.hp.com
Thu, 13 Apr 2000 17:38:31 -0600
Ok, using my prior instructions you'll get a 'glibc' containing
x86 object files! crt1.o is one of those, and is probably why the
linker segfaults.
Although this is still naive, a better glibc config command is:
.../configure \
--prefix=/opt/palinux/lib/gcc-lib/hppa1.1-linux/2.9-hppa-991112 \
--disable-nls \
--disable-sanity-checks \
--disable-shared \
--host=hppa1.1-linux \
--target=hppa1.1-linux \
--build=i386-linux \
--with-headers=/opt/puffin/include \
--without-nls \
--disable-profile
Currently this is dying in the glibc build but that will probably get
fixed tomorrow.
-P