1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-06-24 12:10:13 +02:00
build/layer/bsp-alix/TOOLCHAIN
David Oberhollenzer f34878ac01 Fix toolchain configuration for alix bsp
The new gcc 8.2 toolchain emits fancy new endbr32 instructions that the
Geode LX doesn't have. The system chokes during boot with an illegal
opcode in libmount. This commit disables cet for the Alix bsp.

Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
2019-01-13 02:39:49 +01:00

14 lines
232 B
Plaintext

RELEASEPKG="release-alix"
TARGET="i586-linux-musl"
GCC_CPU="geode"
CPU_IS_64BIT="no"
GCC_EXTRACFG="--disable-libmpx --disable-cet"
BINUTILS_EXTRACFG="--disable-cet"
LINUXPKG="linux"
LINUX_TGT="bzImage modules"
TC_HARDENING="no"