mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-26 23:13:27 +08:00
package/sam-ba: drop 32bit host lib requirement
Current versions of sam-ba are 64bit only.
objdump -p $(HOST_DIR)/bin/sam-ba
$(HOST_DIR)/bin/sam-ba: file format elf64-x86-64
Signed-off-by: Daniel Lang <d.lang@abatec.at>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 71b5ea4030
)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
320dbd06dd
commit
67564d1da2
@ -65,7 +65,7 @@ config BR2_NEEDS_HOST_JAVA
|
||||
|
||||
# Hidden boolean selected by pre-built packages for x86, when they
|
||||
# need to run on x86-64 machines (example: pre-built external
|
||||
# toolchains, binary tools like SAM-BA, etc.).
|
||||
# toolchains, binary tools, etc.).
|
||||
config BR2_HOSTARCH_NEEDS_IA32_LIBS
|
||||
bool
|
||||
|
||||
|
@ -1,7 +1,6 @@
|
||||
config BR2_PACKAGE_HOST_SAM_BA
|
||||
bool "host sam-ba"
|
||||
depends on BR2_HOSTARCH = "x86_64"
|
||||
select BR2_HOSTARCH_NEEDS_IA32_LIBS
|
||||
help
|
||||
Atmel SAM-BA software provides an open set of tools for
|
||||
programming the Atmel SAM3, SAM7 and SAM9 ARM-based
|
||||
|
Loading…
Reference in New Issue
Block a user