1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-06-30 15:00:14 +02:00
build/layer/bsp-alix/TOOLCHAIN
David Oberhollenzer 06a23feb56 Rename "linux" package to "linux-lts"
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
2019-03-31 14:42:09 +02:00

15 lines
269 B
Plaintext

TARGET="i586-linux-musl"
GCC_CPU="geode"
CPU_IS_64BIT="no"
GCC_EXTRACFG="--disable-libmpx --disable-cet"
BINUTILS_EXTRACFG="--disable-cet"
PREFERED_PROVIDER[linux]="linux-lts"
PREFERED_PROVIDER[release]="release-alix"
LINUX_TGT="bzImage modules"
TC_HARDENING="no"