aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2009-12-21 03:28:35 +0000
committerNicolas Thill <nico@openwrt.org>2009-12-21 03:28:35 +0000
commit9da77a9cd7c81ae66e330fd5b3fe7be4354b9925 (patch)
treeb48774153b2411db0e8950e6147dd9b68c58ff2e
parent115fa2f5659cc42f67d7f841f5e5f1ab0247d677 (diff)
downloadupstream-9da77a9cd7c81ae66e330fd5b3fe7be4354b9925.tar.gz
upstream-9da77a9cd7c81ae66e330fd5b3fe7be4354b9925.tar.bz2
upstream-9da77a9cd7c81ae66e330fd5b3fe7be4354b9925.zip
[target] stay coherent when defining ARCH
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18873 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--target/linux/olpc/Makefile2
-rw-r--r--target/linux/x86/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/olpc/Makefile b/target/linux/olpc/Makefile
index 7c1d65ec96..2f756290cf 100644
--- a/target/linux/olpc/Makefile
+++ b/target/linux/olpc/Makefile
@@ -6,7 +6,7 @@
#
include $(TOPDIR)/rules.mk
-ARCH=i386
+ARCH:=i386
BOARD:=olpc
BOARDNAME:=OLPC XO-1
FEATURES:=squashfs ext2
diff --git a/target/linux/x86/Makefile b/target/linux/x86/Makefile
index 164e27904a..9a1685d853 100644
--- a/target/linux/x86/Makefile
+++ b/target/linux/x86/Makefile
@@ -6,7 +6,7 @@
#
include $(TOPDIR)/rules.mk
-ARCH=i386
+ARCH:=i386
BOARD:=x86
BOARDNAME:=x86
FEATURES:=squashfs jffs2 ext2 vdi vmdk pcmcia tgz