fix gcc build dir

This commit is contained in:
Dave Murphy 2012-04-27 13:27:34 +01:00
parent d98429e0fa
commit 98adbbcc9b

View File

@ -34,8 +34,8 @@ cd $BUILDDIR
#---------------------------------------------------------------------------------
# build and install just the c compiler
#---------------------------------------------------------------------------------
mkdir -p $target/gcc-stage1
cd $target/gcc-stage1
mkdir -p $target/gcc
cd $target/gcc
if [ ! -f configured-gcc ]
then