mirror of https://github.com/parazyd/arm-sdk.git
add note about TAR_STAGE4
This commit is contained in:
parent
523fb3ab1b
commit
0e25d16cdd
4
config
4
config
|
|
@ -24,6 +24,9 @@
|
||||||
## options for `make` when building kernel
|
## options for `make` when building kernel
|
||||||
MAKEOPTS="-j$(( $(grep -c 'processor' /proc/cpuinfo) + 1 ))"
|
MAKEOPTS="-j$(( $(grep -c 'processor' /proc/cpuinfo) + 1 ))"
|
||||||
|
|
||||||
|
## uncomment if you wish to create stage4 tarballs for faster rebuilding
|
||||||
|
# TAR_STAGE4=true
|
||||||
|
|
||||||
## devuan packaged toolchain
|
## devuan packaged toolchain
|
||||||
devuantc="arm-none-eabi-"
|
devuantc="arm-none-eabi-"
|
||||||
|
|
||||||
|
|
@ -41,6 +44,7 @@ export PATH="$PATH:/usr/sbin:/sbin:/usr/bin:/bin"
|
||||||
|
|
||||||
|
|
||||||
## static qemu arm binary
|
## static qemu arm binary
|
||||||
|
## XXX: make this automagic
|
||||||
qemu_bin="/usr/bin/qemu-arm-static" # Devuan
|
qemu_bin="/usr/bin/qemu-arm-static" # Devuan
|
||||||
#qemu_bin="/usr/bin/qemu-aarch64-static" # Devuan
|
#qemu_bin="/usr/bin/qemu-aarch64-static" # Devuan
|
||||||
#qemu_bin="/usr/bin/qemu-arm" # Gentoo
|
#qemu_bin="/usr/bin/qemu-arm" # Gentoo
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 858c37edeec18180bf4589218b9520bbdfe205d2
|
Subproject commit 5c9bc1a0a4c5297ea8c835bca8b6f013fb91d5fd
|
||||||
Loading…
Reference in New Issue