1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-06-30 15:00:14 +02:00
build/board/rpi3/TOOLCHAIN

11 lines
208 B
Plaintext
Raw Normal View History

TARGET="arm-linux-musleabihf"
GCC_CPU="armv6"
MUSL_CPU="arm"
GCC_EXTRACFG="--with-float=hard --with-fpu=neon-vfpv3"
LINUXPKG="linux-rpi3"
LINUX_CPU="arm"
LINUX_TGT="zImage"
OPENSSL_TARGET="linux-generic32"