From: Reid Spencer Date: Sun, 7 Nov 2004 19:12:53 +0000 (+0000) Subject: Add TARGET_TRIPLE X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=18224032d3b26cad39991fc569948f15cf5ed953;p=oota-llvm.git Add TARGET_TRIPLE git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17581 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Makefile.config.in b/Makefile.config.in index 76ce51e22a4..780f35f7269 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@