Skip to content

Commit 0bda26d

Browse files
committed
arm-linux-gnueabihf: don't assume VFPv4 by default
VFPv4 support is nothing that should be assumed on generic Armv7-A architectures. Instead, set the architecture to armv7-a+fp which implies an VFPv3 by default. This brings us in line with other standard cross compilers, like on Debian.
1 parent 81d1aa8 commit 0bda26d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

recipes/devel/cross-toolchain.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,8 @@ multiPackage:
145145
environment:
146146
AUTOCONF_TARGET: "arm-linux-gnueabihf"
147147
ARCH: "arm"
148-
GCC_TARGET_ARCH: "armv7-a"
148+
GCC_TARGET_ARCH: "armv7-a+fp"
149149
GCC_TARGET_FLOAT_ABI: "hard"
150-
GCC_TARGET_FPU: "vfpv4"
151150
GCC_LIBC: "glibc"
152151

153152
# ARMv7 bare metal toolchain with newlib libc

0 commit comments

Comments
 (0)