All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] syslinux: define OBJCOPY and AS
@ 2021-10-25  9:23 Urja Rannikko
  2021-11-30 16:40 ` Peter Korsgaard
  0 siblings, 1 reply; 3+ messages in thread
From: Urja Rannikko @ 2021-10-25  9:23 UTC (permalink / raw)
  To: buildroot; +Cc: Urja Rannikko

This fixes build on an ARM64 host (and i assume also
other non-x86).

Signed-off-by: Urja Rannikko <urjaman@gmail.com>
---
 boot/syslinux/syslinux.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/boot/syslinux/syslinux.mk b/boot/syslinux/syslinux.mk
index 0643f85a99..2df415fcfd 100644
--- a/boot/syslinux/syslinux.mk
+++ b/boot/syslinux/syslinux.mk
@@ -60,6 +60,8 @@ define SYSLINUX_BUILD_CMDS
 	$(TARGET_MAKE_ENV) $(MAKE1) \
 		CC="$(TARGET_CC)" \
 		LD="$(TARGET_LD)" \
+		OBJCOPY="$(TARGET_OBJCOPY)" \
+		AS="$(TARGET_AS)" \
 		NASM="$(HOST_DIR)/bin/nasm" \
 		CC_FOR_BUILD="$(HOSTCC)" \
 		CFLAGS_FOR_BUILD="$(HOST_CFLAGS)" \
-- 
2.33.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] syslinux: define OBJCOPY and AS
  2021-10-25  9:23 [Buildroot] [PATCH] syslinux: define OBJCOPY and AS Urja Rannikko
@ 2021-11-30 16:40 ` Peter Korsgaard
  2021-12-11 23:06   ` Peter Korsgaard
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Korsgaard @ 2021-11-30 16:40 UTC (permalink / raw)
  To: Urja Rannikko; +Cc: buildroot

>>>>> "Urja" == Urja Rannikko <urjaman@gmail.com> writes:

 > This fixes build on an ARM64 host (and i assume also
 > other non-x86).

 > Signed-off-by: Urja Rannikko <urjaman@gmail.com>

Committed, 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

* Re: [Buildroot] [PATCH] syslinux: define OBJCOPY and AS
  2021-11-30 16:40 ` Peter Korsgaard
@ 2021-12-11 23:06   ` Peter Korsgaard
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2021-12-11 23:06 UTC (permalink / raw)
  To: Urja Rannikko; +Cc: buildroot

>>>>> "Urja" == Urja Rannikko <urjaman@gmail.com> writes:
 >> This fixes build on an ARM64 host (and i assume also
 >> other non-x86).

 >> Signed-off-by: Urja Rannikko <urjaman@gmail.com>

Committed to 2021.02.x and 2021.08.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:[~2021-12-11 23:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-25  9:23 [Buildroot] [PATCH] syslinux: define OBJCOPY and AS Urja Rannikko
2021-11-30 16:40 ` Peter Korsgaard
2021-12-11 23:06   ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.