Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] Fix barebox compilation issue with 64bit kernel
@ 2015-03-03 12:27 Lahoudere Fabien
  2015-03-03 13:31 ` Thomas Petazzoni
  0 siblings, 1 reply; 3+ messages in thread
From: Lahoudere Fabien @ 2015-03-03 12:27 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Lahoudere Fabien <fabienlahoudere.pro@gmail.com>
---
 boot/barebox/barebox.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/boot/barebox/barebox.mk b/boot/barebox/barebox.mk
index 0fb7cec..626ff9a 100644
--- a/boot/barebox/barebox.mk
+++ b/boot/barebox/barebox.mk
@@ -41,6 +41,8 @@ endif
 
 ifeq ($(KERNEL_ARCH),i386)
 BAREBOX_ARCH = x86
+else ifeq ($(KERNEL_ARCH),x86_64)
+BAREBOX_ARCH = x86
 else ifeq ($(KERNEL_ARCH),powerpc)
 BAREBOX_ARCH = ppc
 else
-- 
2.1.4

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

end of thread, other threads:[~2015-03-03 14:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-03 12:27 [Buildroot] [PATCH 1/1] Fix barebox compilation issue with 64bit kernel Lahoudere Fabien
2015-03-03 13:31 ` Thomas Petazzoni
2015-03-03 14:25   ` Fabien Lahoudere

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