1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-05-15 18:26:14 +02:00
build/layer/bsp-alix/TOOLCHAIN
David Oberhollenzer 8a7f8ea357 Disable libmpx on the ALIX board
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
2018-10-20 01:05:41 +02:00

13 lines
183 B
Plaintext

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