--- build-devtools-3.3.2-r1.sh 2005-10-25 00:28:18.730246272 +0200 +++ build-devtools-3.3.2-r1-2.sh 2005-10-25 00:28:11.602329880 +0200 @@ -130,7 +130,6 @@ ###################################################################### # Building binutils # - mkdir $BINUTILS_BLD || exit echo Configuring $BINUTILS (cd $BINUTILS_BLD; ../$BINUTILS/configure --prefix=$PREFIX \ @@ -150,6 +149,8 @@ export PATH="$PREFIX/bin:$PATH" mkdir $GCC_BLD || exit +export CC=gcc-3.3 +export CXX=g++-3.3 echo Configuring $GCC (cd $GCC_BLD; ../$GCC/configure --prefix=$PREFIX \ --target=$TARGET \ @@ -168,7 +169,8 @@ echo Installing $GCC (cd $GCC_BLD; make install) || exit - +export CC=gcc +export CXX=g++ ###################################################################### # Building newlib #