diff options
author | Jeffrey Yasskin <jyasskin@google.com> | 2010-02-18 04:43:02 +0000 |
---|---|---|
committer | Jeffrey Yasskin <jyasskin@google.com> | 2010-02-18 04:43:02 +0000 |
commit | 2155d459a7de626bb77849e5956ef2363d7d4a87 (patch) | |
tree | b0659bdb76efe558b1dbdceaff2d5f3eda2f2ee5 /Makefile.config.in | |
parent | adb561d4e0a37c21159405dde90d2ef2d1a5eef9 (diff) | |
download | external_llvm-2155d459a7de626bb77849e5956ef2363d7d4a87.zip external_llvm-2155d459a7de626bb77849e5956ef2363d7d4a87.tar.gz external_llvm-2155d459a7de626bb77849e5956ef2363d7d4a87.tar.bz2 |
Roll back the shared library, r96559. It broke two darwins and arm, mysteriously.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96569 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.config.in')
-rw-r--r-- | Makefile.config.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile.config.in b/Makefile.config.in index 5489b2b..2cc69dc 100644 --- a/Makefile.config.in +++ b/Makefile.config.in @@ -266,9 +266,6 @@ ENABLE_THREADS := @ENABLE_THREADS@ # Do we want to build with position independent code? ENABLE_PIC := @ENABLE_PIC@ -# Do we want to link the tools shared? -ENABLE_SHARED := @ENABLE_SHARED@ - # Use -fvisibility-inlines-hidden? ENABLE_VISIBILITY_INLINES_HIDDEN := @ENABLE_VISIBILITY_INLINES_HIDDEN@ @@ -279,9 +276,6 @@ ENABLE_VISIBILITY_INLINES_HIDDEN := @ENABLE_VISIBILITY_INLINES_HIDDEN@ # Enable JIT for this platform TARGET_HAS_JIT = @TARGET_HAS_JIT@ -# Environment variable to set to change the runtime shared library search path. -SHLIBPATH_VAR = @SHLIBPATH_VAR@ - # Shared library extension for host platform. SHLIBEXT = @SHLIBEXT@ |