[parisc-linux] gcc-3.2 bootstrap?
Randolph Chung
Randolph Chung <randolph@tausq.org>
Tue, 16 Jul 2002 09:13:35 -0700
> 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/