|
|
@ -1,19 +1,19 @@ |
|
|
|
name=devkitARM |
|
|
|
version=20180703 |
|
|
|
version=20180728 |
|
|
|
version_gcc=8.1.0 |
|
|
|
version_binutils=2.30 |
|
|
|
version_newlib=3.0.0 |
|
|
|
version_gdb=8.0 |
|
|
|
|
|
|
|
dlextract "https://github.com/devkitPro/buildscripts/releases/download/v$version/buildscripts-$version.tar.bz2" \ |
|
|
|
'e64211a11780bd66256e3bef73ebe1d7' |
|
|
|
'6846dedec578e5de66cdaab5d759f684' |
|
|
|
( name=gcc version="$version_gcc" |
|
|
|
download "https://ftp.gnu.org/gnu/$name/$name-$version/$name-$version.tar.xz" \ |
|
|
|
'65f7c65818dc540b3437605026d329fc' |
|
|
|
) |
|
|
|
( name=binutils version="$version_binutils" |
|
|
|
download "https://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2" \ |
|
|
|
'cc47a2f256b4a593206b4d7e62a60b32' |
|
|
|
download "https://ftp.gnu.org/gnu/$name/$name-$version.tar.xz" \ |
|
|
|
'ffc476dd46c96f932875d1b2e27e929f' |
|
|
|
) |
|
|
|
( name=newlib version="$version_newlib" |
|
|
|
download "ftp://sourceware.org/pub/$name/$name-$version.tar.gz" \ |
|
|
@ -28,7 +28,7 @@ _ |
|
|
|
cd buildscripts |
|
|
|
|
|
|
|
( name=gcc version="$version_gcc"; getfile "$name-$version.tar.xz" ) |
|
|
|
( name=binutils version="$version_binutils"; getfile "$name-$version.tar.bz2" ) |
|
|
|
( name=binutils version="$version_binutils"; getfile "$name-$version.tar.xz" ) |
|
|
|
( name=newlib version="$version_newlib"; getfile "$name-$version.tar.gz" ) |
|
|
|
( name=gdb version="$version_gdb"; getfile "$name-$version.tar.xz" ) |
|
|
|
|
|
|
@ -46,6 +46,7 @@ EOF |
|
|
|
|
|
|
|
# Build |
|
|
|
./build-devkit.sh |
|
|
|
./strip_toolchain.sh |
|
|
|
|
|
|
|
# Install |
|
|
|
mkdir -p "$dir_install/$dir_prefix/$dir_lib/devkitPRO" |
|
|
|