# steveb built for Solaris 9 with the following: # This should build a 32bit binary that can generate 64bit code #builddate 20020910 PACKAGE=gcc VERSION=3.2 #URL=ftp://ftp.gnu.org/gnu/${PACKAGE}/${PACKAGE}-${VERSION}.tar.gz PATH=/usr/local/bin:/usr/ccs/bin:/usr/sbin:/usr/bin:/usr/openwin/bin CC=gcc ../${PACKAGE}-${VERSION}/configure --prefix=/usr/local/packages/${PACKAGE}-${VERSION} \ --enable-languages=c,c++,f77 \ --enable-threads \ --disable-nls echo "now 'make bootstrap'" echo "after installation, it may be worth stripping the backends with the following command" echo " strip /usr/local/packages/${PACKAGE}-${VERSION}/lib/gcc-lib/*/${VERSION}/{cc1,cc1plus,f771}"