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 f17e6f75b2 Add extra config flags for binutils
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
2019-01-13 02:39:05 +01:00

14 lines
204 B
Plaintext

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