1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-06-23 19:50:13 +02:00
build/layer/bsp-rpi3/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
242 B
Plaintext

RELEASEPKG="release-rpi3"
TARGET="arm-linux-musleabihf"
GCC_CPU="armv6"
CPU_IS_64BIT="no"
GCC_EXTRACFG="--with-float=hard --with-fpu=neon-vfpv3"
BINUTILS_EXTRACFG=""
LINUXPKG="linux-rpi3"
LINUX_TGT="zImage dtbs modules"
TC_HARDENING="no"