armv7hl: Build without -mthumb

Causes some linking problems when bootstrapping the toolchain

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2017-04-19 09:15:44 +01:00
parent f65d817342
commit ff92f1ac38

View File

@@ -89,7 +89,7 @@ configure_target() {
armv7hl)
BUILDTARGET="${target_arch}-unknown-linux-gnueabi"
CROSSTARGET="${target_arch}-cross-linux-gnueabi"
CFLAGS_ARCH="-march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -mthumb"
CFLAGS_ARCH="-march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard"
;;
armv5tel)