mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
binutils: fix toolchain build on arm.
This commit is contained in:
@@ -55,15 +55,12 @@ else
|
||||
endif
|
||||
endif
|
||||
|
||||
EXTRA_CONFIG += --build=$(BUILDTARGET)
|
||||
|
||||
ifeq "$(MACHINE_TYPE)" "arm"
|
||||
EXTRA_CONFIG += \
|
||||
--host=$(BUILDTARGET) \
|
||||
--build=$(BUILDTARGET) \
|
||||
--target=$(BUILDTARGET) \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-float=soft
|
||||
else
|
||||
EXTRA_CONFIG += --build=$(BUILDTARGET)
|
||||
endif
|
||||
|
||||
###############################################################################
|
||||
|
||||
Reference in New Issue
Block a user