From: Michael Tremer Date: Wed, 19 Apr 2017 08:15:44 +0000 (+0100) Subject: armv7hl: Build without -mthumb X-Git-Tag: v2.19-core112~138 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ff92f1ac389bcfe341d4fd95fa0cea7ce6574419;p=people%2Fstevee%2Fipfire-2.x.git armv7hl: Build without -mthumb Causes some linking problems when bootstrapping the toolchain Signed-off-by: Michael Tremer --- diff --git a/tools/make-functions b/tools/make-functions index dc17171c11..8ae50b4f07 100644 --- a/tools/make-functions +++ b/tools/make-functions @@ -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)