]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
armv7hl: Build without -mthumb
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 19 Apr 2017 08:15:44 +0000 (09:15 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 18 May 2017 11:01:19 +0000 (12:01 +0100)
Causes some linking problems when bootstrapping the toolchain

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
tools/make-functions

index dc17171c113e0aaae4fbd32e65cf73e9b49ea136..8ae50b4f074c4692dce5fdc185a59552ba58a49f 100644 (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)