[llvm-commits] CVS: llvm/Makefile.config.in
Reid Spencer
reid at x10sys.com
Sun Nov 7 11:13:03 PST 2004
Changes in directory llvm:
Makefile.config.in updated: 1.36 -> 1.37
---
Log message:
Add TARGET_TRIPLE
---
Diffs of the changes: (+3 -0)
Index: llvm/Makefile.config.in
diff -u llvm/Makefile.config.in:1.36 llvm/Makefile.config.in:1.37
--- llvm/Makefile.config.in:1.36 Sat Oct 30 04:19:36 2004
+++ llvm/Makefile.config.in Sun Nov 7 13:12:53 2004
@@ -18,6 +18,9 @@
# 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@
More information about the llvm-commits
mailing list