Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/sam-ba: drop 32bit host lib requirement
@ 2023-03-15 16:21 Lang Daniel via buildroot
  2023-07-30 21:42 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 3+ messages in thread
From: Lang Daniel via buildroot @ 2023-03-15 16:21 UTC (permalink / raw)
  To: buildroot@buildroot.org; +Cc: Angelo Compagnucci, Thomas Petazzoni

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>
---
 Config.in                     | 2 +-
 package/sam-ba/Config.in.host | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/Config.in b/Config.in
index 0d7641633c..670e199c0b 100644
--- a/Config.in
+++ b/Config.in
@@ -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
 
diff --git a/package/sam-ba/Config.in.host b/package/sam-ba/Config.in.host
index 1967f33ab3..cd11e8633e 100644
--- a/package/sam-ba/Config.in.host
+++ b/package/sam-ba/Config.in.host
@@ -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
-- 
2.25.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH] package/sam-ba: drop 32bit host lib requirement
  2023-03-15 16:21 [Buildroot] [PATCH] package/sam-ba: drop 32bit host lib requirement Lang Daniel via buildroot
@ 2023-07-30 21:42 ` Thomas Petazzoni via buildroot
  2023-08-30 22:26   ` Peter Korsgaard
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-07-30 21:42 UTC (permalink / raw)
  To: Lang Daniel via buildroot; +Cc: Lang Daniel, Angelo Compagnucci

Hello Daniel,

On Wed, 15 Mar 2023 16:21:11 +0000
Lang Daniel via buildroot <buildroot@buildroot.org> wrote:

> 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>
> ---
>  Config.in                     | 2 +-
>  package/sam-ba/Config.in.host | 1 -
>  2 files changed, 1 insertion(+), 2 deletions(-)

Indeed, this was wrong since commit
b26a62236f015ee723206c6a6da431799e8866da. So: applied to master!

Thanks,

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH] package/sam-ba: drop 32bit host lib requirement
  2023-07-30 21:42 ` Thomas Petazzoni via buildroot
@ 2023-08-30 22:26   ` Peter Korsgaard
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2023-08-30 22:26 UTC (permalink / raw)
  To: Thomas Petazzoni via buildroot
  Cc: Lang Daniel, Angelo Compagnucci, Thomas Petazzoni

>>>>> "Thomas" == Thomas Petazzoni via buildroot <buildroot@buildroot.org> writes:

 > Hello Daniel,
 > On Wed, 15 Mar 2023 16:21:11 +0000
 > Lang Daniel via buildroot <buildroot@buildroot.org> wrote:

 >> 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>
 >> ---
 >> Config.in                     | 2 +-
 >> package/sam-ba/Config.in.host | 1 -
 >> 2 files changed, 1 insertion(+), 2 deletions(-)

 > Indeed, this was wrong since commit
 > b26a62236f015ee723206c6a6da431799e8866da. So: applied to master!

Committed to 2023.02.x and 2023.05.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-08-30 22:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-15 16:21 [Buildroot] [PATCH] package/sam-ba: drop 32bit host lib requirement Lang Daniel via buildroot
2023-07-30 21:42 ` Thomas Petazzoni via buildroot
2023-08-30 22:26   ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox