Move code into anonymous namespaces.
[oota-llvm.git] / Makefile.config.in
index 47044a3a8d3da5ec05849e40a7e1400c63671f77..dd948bf1f3603dcc337475dc65ff23382412048a 100644 (file)
@@ -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@