From: Randolph Chung <randolph@tausq.org>
To: joel.soete@freebel.net
Cc: parisc-linux@parisc-linux.org
Subject: Re: [parisc-linux] gcc-3.2 bootstrap?
Date: Tue, 16 Jul 2002 09:13:35 -0700 [thread overview]
Message-ID: <20020716161335.GL8724@tausq.org> (raw)
In-Reply-To: <1026831840.3d3435e0d908a@webmail.tiscalinet.be>
> I just modify to match my develop env and mainly I added --host=hppa-linux (I am
> building gcc-3.2 on a b2000) in the configure:
> '$GCC_SRC/gcc/configure --prefix=$TOOLS --enable-languages=c --host=hppa-linux'
fwiw i use something like this:
~/src/gcc-3.2/configure --prefix=/home/tausq/opt/gnu --host=hppa-linux --build=hppa-linux --target=hppa-linux --enable-shared --disable-nls --enable-languages=c
if building hppa64-linux compilers, use --target=hppa64-linux instead.
then i do 'make bootstrap-lean' and then 'make install', set my PATH to
include /home/tausq/opt/gnu/bin, run 'gcc -v' to make sure i have the
right version in my path, and then build the kernel.
alternatively, if i were building a cross-compiler (say
hppa-linux->hppa64-linux), i would just do 'make' instead of 'make
bootstrap-lean'
hth,
randolph
--
Randolph Chung
Debian GNU/Linux Developer, hppa/ia64 ports
http://www.tausq.org/
next prev parent reply other threads:[~2002-07-16 16:10 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-07-16 15:04 [parisc-linux] gcc-3.2 bootstrap? joel.soete
2002-07-16 15:16 ` John David Anglin
2002-07-16 16:03 ` joel.soete
2002-07-16 16:13 ` Randolph Chung [this message]
2002-07-16 16:39 ` joel.soete
[not found] <no.id>
2002-07-16 17:27 ` John David Anglin
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=20020716161335.GL8724@tausq.org \
--to=randolph@tausq.org \
--cc=joel.soete@freebel.net \
--cc=parisc-linux@parisc-linux.org \
/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.