From: David Huggins-Daines <dhd@linuxcare.com>
To: parisc-linux@thepuffingroup.com
Subject: [parisc-linux] 64-bit compiler
Date: 10 Jul 2000 17:20:11 -0400 [thread overview]
Message-ID: <87wvitbs38.fsf@linuxcare.com> (raw)
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.
next reply other threads:[~2000-07-10 21:19 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2000-07-10 21:20 David Huggins-Daines [this message]
2000-07-11 1:26 ` [parisc-linux] 64-bit compiler Grant Grundler
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87wvitbs38.fsf@linuxcare.com \
--to=dhd@linuxcare.com \
--cc=parisc-linux@thepuffingroup.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.