mirror of
https://git.planet-casio.com/Lephenixnoir/sh-elf-gcc.git
synced 2024-12-28 04:23:39 +01:00
add command to download prerequisites
This commit is contained in:
parent
9be687a07a
commit
c7d1def359
1 changed files with 6 additions and 0 deletions
|
@ -55,6 +55,12 @@ fi
|
|||
echo "$TAG Extracting $ARCHIVE..."
|
||||
unxz -c < $ARCHIVE | tar -xf -
|
||||
|
||||
# Download prerequisites
|
||||
|
||||
cd gcc-$VERSION
|
||||
./contrib/download_prerequisites
|
||||
cd ..
|
||||
|
||||
# Create build folder
|
||||
|
||||
[[ -d "build" ]] && rm -rf build
|
||||
|
|
Loading…
Reference in a new issue