From 18224032d3b26cad39991fc569948f15cf5ed953 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sun, 7 Nov 2004 19:12:53 +0000 Subject: [PATCH] Add TARGET_TRIPLE git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17581 91177308-0d34-0410-b5e6-96231b3b80d8 --- Makefile.config.in | 3 +++ 1 file changed, 3 insertions(+) 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@ -- 2.34.1