[test-suite] r175388 - TargetConfig.mk should be included unconditionally - the defines are
Lang Hames
lhames at gmail.com
Sat Feb 16 21:29:32 PST 2013
Author: lhames
Date: Sat Feb 16 23:29:32 2013
New Revision: 175388
URL: http://llvm.org/viewvc/llvm-project?rev=175388&view=rev
Log:
TargetConfig.mk should be included unconditionally - the defines are
required regardless of whether LLVM's configuration makefile is
available.
Modified:
test-suite/trunk/Makefile.config.in
Modified: test-suite/trunk/Makefile.config.in
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/Makefile.config.in?rev=175388&r1=175387&r2=175388&view=diff
==============================================================================
--- test-suite/trunk/Makefile.config.in (original)
+++ test-suite/trunk/Makefile.config.in Sat Feb 16 23:29:32 2013
@@ -61,11 +61,11 @@ TARGET_OS := @TARGET_OS@
ARCH := @ARCH@
ENDIAN := @ENDIAN@
+endif
+
# Include the target config specific flags.
-include $(PROJ_OBJ_ROOT)/tools/TargetConfig.mk
-endif
-
# Define TCLSH here if LLVM's configuration Makefile is unavailable
# or it does not define TCLSH.
ifndef TCLSH
More information about the llvm-commits
mailing list