diff options
author | Jeffrey Yasskin <jyasskin@google.com> | 2010-02-23 20:53:37 +0000 |
---|---|---|
committer | Jeffrey Yasskin <jyasskin@google.com> | 2010-02-23 20:53:37 +0000 |
commit | 407fbdd161d4134901fefe267779a4aaaeab2f0d (patch) | |
tree | 10889569ea16b2dd7523646ad44c85166abc5687 /Makefile.config.in | |
parent | d7283d9c54dbc45d47ee0fbed0fbdcbf0ae74f23 (diff) |
Roll back r96959 again.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96981 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.config.in')
-rw-r--r-- | Makefile.config.in | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Makefile.config.in b/Makefile.config.in index d59c81b831..5d8645fef9 100644 --- a/Makefile.config.in +++ b/Makefile.config.in @@ -262,11 +262,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? -ifndef ENABLE_SHARED - ENABLE_SHARED := @ENABLE_SHARED@ -endif - # Use -fvisibility-inlines-hidden? ENABLE_VISIBILITY_INLINES_HIDDEN := @ENABLE_VISIBILITY_INLINES_HIDDEN@ @@ -277,9 +272,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@ |