sensible defaults

This commit is contained in:
parazyd 2016-09-30 00:45:44 +02:00
parent 378333a181
commit ab33d96d55
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
2 changed files with 5 additions and 8 deletions

11
config
View File

@ -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

View File

@ -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!"