summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorBruce Beare <brucex.j.beare@intel.com>2010-07-12 07:53:28 -0700
committerBruce Beare <brucex.j.beare@intel.com>2010-07-12 09:42:10 -0700
commitb73dc6690baf38bbc7c102a3992722db8d61a5a0 (patch)
tree28e2fb68da4bf30c81a3d9ef7420d0a454559dc8 /target
parent8884bf02d87e699d97050303599f091ed3213d42 (diff)
downloadbuild-b73dc6690baf38bbc7c102a3992722db8d61a5a0.zip
build-b73dc6690baf38bbc7c102a3992722db8d61a5a0.tar.gz
build-b73dc6690baf38bbc7c102a3992722db8d61a5a0.tar.bz2
Allow TARGET_ARCH to be set from BoardConfig.mk
Change-Id: I66aed78b763d238719822257c1f4f35301247df6 Signed-off-by: Bruce Beare <brucex.j.beare@intel.com>
Diffstat (limited to 'target')
-rw-r--r--target/board/generic_x86/BoardConfig.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/board/generic_x86/BoardConfig.mk b/target/board/generic_x86/BoardConfig.mk
index 608aee1..89fb5e4 100644
--- a/target/board/generic_x86/BoardConfig.mk
+++ b/target/board/generic_x86/BoardConfig.mk
@@ -1,3 +1,4 @@
+TARGET_ARCH=x86
TARGET_COMPRESS_MODULE_SYMBOLS := false
TARGET_PRELINK_MODULE := false
TARGET_NO_RECOVERY := true