mirror of
https://github.com/pygos/build.git
synced 2024-11-05 11:37:10 +01:00
f34878ac01
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>
13 lines
232 B
Text
13 lines
232 B
Text
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"
|