aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2004-01-21 19:39:07 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2004-01-21 19:39:07 +0000
commit88aeace3189c214115e5170bcedf1888235c4c08 (patch)
tree4e01476031ecdc9cc29e4e312457538673a70148
parentcea9a609d567ebad3140bef24b29133b9bf15e50 (diff)
Get SHLIBEXT variable from configure script.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10933 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--Makefile.config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.config.in b/Makefile.config.in
index 5c614bc57c..84f3c1f9e5 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -115,6 +115,9 @@ PAPIDIR := @PAPIDIR@
# Disable LLC diffs for testing.
@DISABLE_LLC_DIFFS@
+# Shared library extension for this platform.
+SHLIBEXT = @SHLIBEXT@
+
###########################################################################
# Directory Configuration
# This section of the Makefile determines what is where. To be