Here's exactly how my compiler was built:

env CC=gcc -m64 ../gcc-3.2.1/configure --with-as=/usr/ccs/bin/as
--with-ld=/usr/ccs/bin/ld --disable-nls sparcv9-sun-solaris2.9
make bootstrap
make install

(By the way, the "-m64" flag is how to cause gcc to build a 64 bit
binary..)


Reply via email to