diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-11-07 19:12:53 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-11-07 19:12:53 +0000 |
commit | 18224032d3b26cad39991fc569948f15cf5ed953 (patch) | |
tree | 519b27b12952447bce79ecd995ce699317e9944f /Makefile.config.in | |
parent | 1b6ab59a9fa093924081d4acc5837566a3305448 (diff) |
Add TARGET_TRIPLE
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17581 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.config.in')
-rw-r--r-- | Makefile.config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.config.in b/Makefile.config.in index 76ce51e22a..780f35f726 100644 --- a/Makefile.config.in +++ b/Makefile.config.in @@ -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@ |