From ff92f1ac389bcfe341d4fd95fa0cea7ce6574419 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 19 Apr 2017 09:15:44 +0100 Subject: [PATCH] armv7hl: Build without -mthumb Causes some linking problems when bootstrapping the toolchain Signed-off-by: Michael Tremer --- tools/make-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/make-functions b/tools/make-functions index dc17171c1..8ae50b4f0 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)