When rewriting the original call instruction, make sure to rewrite it to
[oota-llvm.git] / Makefile.config.in
index 76ce51e22a46e2b6f4f79f5b72490aacad50e4b8..5c6d65ef1b9587d8723aeaadedf9a745a826ad9c 100644 (file)
@@ -18,6 +18,9 @@ OS=@OS@
 # Target hardware architecture
 ARCH=@ARCH@
 
+# Target triple (cpu-vendor-os) for which we should generate code
+TARGET_TRIPLE=@target@
+
 # Endian-ness of the target
 ENDIAN=@ENDIAN@
 
@@ -31,6 +34,9 @@ CC := @CC@
 # Path to the Python interpreter
 PYTHON := @PYTHON@
 
+# Path to the Deja-Gnu runtest program
+RUNTEST := @RUNTEST@
+
 # Linker flags.
 LDFLAGS+=@LDFLAGS@