summaryrefslogtreecommitdiff
path: root/Makefile.config.in
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2011-11-12 00:18:02 +0000
committerDaniel Dunbar <daniel@zuster.org>2011-11-12 00:18:02 +0000
commita7de1d67b2c57153732c394172a64d157c80988e (patch)
tree6f33295f40d6fea6726acc35bd904bdc7cb9d6e8 /Makefile.config.in
parent0e3642a58746a26f50709179a2bcb25f335e2dac (diff)
downloadllvm-a7de1d67b2c57153732c394172a64d157c80988e.tar.gz
llvm-a7de1d67b2c57153732c394172a64d157c80988e.tar.bz2
llvm-a7de1d67b2c57153732c394172a64d157c80988e.tar.xz
build/Make: Define a TARGET_NATIVE_ARCH variable to be a bit more precise than
ARCH, which gets tested in many more contexts. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144434 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.config.in')
-rw-r--r--Makefile.config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.config.in b/Makefile.config.in
index 47044a3a8d..dd948bf1f3 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -107,6 +107,7 @@ TARGET_OS=@TARGET_OS@
# Target hardware architecture
ARCH=@ARCH@
+TARGET_NATIVE_ARCH := $(ARCH)
# Indicates, whether we're cross-compiling LLVM or not
LLVM_CROSS_COMPILING=@LLVM_CROSS_COMPILING@