All of lore.kernel.org
 help / color / mirror / Atom feed
* [parisc-linux] 64-bit compiler
@ 2000-07-10 21:20 David Huggins-Daines
  2000-07-11  1:26 ` Grant Grundler
  0 siblings, 1 reply; 2+ messages in thread
From: David Huggins-Daines @ 2000-07-10 21:20 UTC (permalink / raw)
  To: parisc-linux

Hi,

I've just checked in the requisite configuration bits (and fixed a
buglet in BFD) to make it possible to build a 64-bit toolchain.  As
expected, merging forward to 2.96 made this a lot easier.

I have no idea whether it generates correct binaries or not, of course.

To try it out, this short recipe should do:

mkdir binutils-64-build && cd binutils-64-build
../binutils-2.10/configure --disable-nls --target=hppa64-linux
make
make install

cd ..
mkdir gcc-64-build && cd gcc-64-build
../gcc/configure --target=hppa64-linux --enable-languages=c \
        --disable-nls --disable-multilib
make
make install

-- 
dhd@linuxcare.com, http://www.linuxcare.com/
Linuxcare. Support for the revolution.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2000-07-11  1:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-07-10 21:20 [parisc-linux] 64-bit compiler David Huggins-Daines
2000-07-11  1:26 ` Grant Grundler

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.