diff --git a/dkarm-eabi/scripts/build-gcc.sh b/dkarm-eabi/scripts/build-gcc.sh index eaae3e6..be1663e 100644 --- a/dkarm-eabi/scripts/build-gcc.sh +++ b/dkarm-eabi/scripts/build-gcc.sh @@ -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