From patchwork Sat Dec 29 16:14:51 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [4/4] sam-ba: select BR2_HOSTARCH_NEEDS_IA32_LIBS Date: Sat, 29 Dec 2012 06:14:51 -0000 From: Thomas Petazzoni X-Patchwork-Id: 208671 Message-Id: To: buildroot@busybox.net sam-ba is a pre-built binary tool built for x86 Linux, so on x86-64, it requires the 32 bits compatibility libraries to be installed. Signed-off-by: Thomas Petazzoni --- package/sam-ba/Config.in.host | 1 + 1 file changed, 1 insertion(+) diff --git a/package/sam-ba/Config.in.host b/package/sam-ba/Config.in.host index 20b2b36..6093865 100644 --- a/package/sam-ba/Config.in.host +++ b/package/sam-ba/Config.in.host @@ -1,6 +1,7 @@ config BR2_PACKAGE_HOST_SAM_BA bool "host sam-ba" depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" + 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