Author: nbd
Date: 2014-12-12 19:28:13 +0100 (Fri, 12 Dec 2014)
New Revision: 43672

Modified:
   trunk/include/kernel.mk
Log:
kernel.mk: Handle the x86_64 LINUX_KARCH case

x64 is handled by the x86 architecture in Linux, add a case for it in
LINUX_KARCH.

Signed-off-by: Maxime Ripard <[email protected]>

Modified: trunk/include/kernel.mk
===================================================================
--- trunk/include/kernel.mk     2014-12-12 18:28:03 UTC (rev 43671)
+++ trunk/include/kernel.mk     2014-12-12 18:28:13 UTC (rev 43672)
@@ -72,7 +72,7 @@
   LINUX_KARCH := mips
 else ifneq (,$(findstring $(ARCH), sh2 sh3 sh4))
   LINUX_KARCH := sh
-else ifneq (,$(findstring $(ARCH), i386))
+else ifneq (,$(findstring $(ARCH), i386 x86_64))
   LINUX_KARCH := x86
 else
   LINUX_KARCH := $(ARCH)
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to