From 98adbbcc9b86c398a727af09772f3b2c497bf84b Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Fri, 27 Apr 2012 13:27:34 +0100 Subject: [PATCH] fix gcc build dir --- dkarm-eabi/scripts/build-gcc.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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