[Buildroot] [PATCH 1/1] Fix barebox compilation issue with 64bit kernel

Lahoudere Fabien fabienlahoudere.pro at gmail.com
Tue Mar 3 12:27:53 UTC 2015


Signed-off-by: Lahoudere Fabien <fabienlahoudere.pro at 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



More information about the buildroot mailing list