mirror of https://github.com/parazyd/arm-sdk.git
sensible defaults
This commit is contained in:
parent
378333a181
commit
ab33d96d55
11
config
11
config
|
|
@ -24,8 +24,8 @@
|
|||
MAKEOPTS="-j1"
|
||||
|
||||
## devuan official toolchain
|
||||
#compiler="arm-none-eabi-"
|
||||
#export PATH="$PATH:/sbin"
|
||||
compiler="arm-none-eabi-"
|
||||
export PATH="$PATH:/sbin"
|
||||
|
||||
## custom toolchain (armhf) - https://pub.parazyd.cf/mirror/
|
||||
#compiler="arm-linux-gnueabihf-"
|
||||
|
|
@ -38,8 +38,5 @@ MAKEOPTS="-j1"
|
|||
## custom toolchain (arm64) - https://pub.parazyd.cf/mirror/
|
||||
|
||||
## static qemu arm binary
|
||||
#qemu_bin="/usr/bin/qemu-arm-static" # Devuan
|
||||
qemu_bin="/usr/bin/qemu-arm" # Gentoo
|
||||
|
||||
## for developing (try not to use)
|
||||
compiler="x86_64-pc-linux-gnu-"
|
||||
qemu_bin="/usr/bin/qemu-arm-static" # Devuan
|
||||
#qemu_bin="/usr/bin/qemu-arm" # Gentoo
|
||||
|
|
|
|||
2
init.sh
2
init.sh
|
|
@ -32,7 +32,7 @@ cd gcc
|
|||
wget https://pub.parazyd.cf/mirror/gcc-arm-linux-gnueabihf-4.7.txz
|
||||
wget https://pub.parazyd.cf/mirror/gcc-arm-linux-gnueabihf-4.7.txz.sha
|
||||
|
||||
sha256sum -c gcc-arm-linux-gnueabihf-4.7.txz.sha \
|
||||
sha256sum -c gcc-arm-linux-gnueabihf-4.7.txz.sha \
|
||||
&& tar xf gcc-arm-linux-gnueabihf-4.7.txz \
|
||||
|| echo "WARNING: sha256sum not correct!"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue