1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00

Add TARGET_TRIPLE

llvm-svn: 17581
This commit is contained in:
Reid Spencer 2004-11-07 19:12:53 +00:00
parent 103dc795df
commit 12898ae83e

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@