mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-04-13 21:36:07 -05:00
fix gcc build dir
This commit is contained in:
parent
d98429e0fa
commit
98adbbcc9b
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user