mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user