summaryrefslogtreecommitdiff
path: root/Makefile.config.in
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-11-07 19:12:53 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-11-07 19:12:53 +0000
commit18224032d3b26cad39991fc569948f15cf5ed953 (patch)
tree519b27b12952447bce79ecd995ce699317e9944f /Makefile.config.in
parent1b6ab59a9fa093924081d4acc5837566a3305448 (diff)
downloadllvm-18224032d3b26cad39991fc569948f15cf5ed953.tar.gz
llvm-18224032d3b26cad39991fc569948f15cf5ed953.tar.bz2
llvm-18224032d3b26cad39991fc569948f15cf5ed953.tar.xz
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.in3
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@