Add TARGET_TRIPLE

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17581 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer 2004-11-07 19:12:53 +00:00
parent 1b6ab59a9f
commit 18224032d3

View 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@