summaryrefslogtreecommitdiff
path: root/Makefile.config.in
diff options
context:
space:
mode:
authorMatthijs Kooijman <matthijs@stdin.nl>2008-09-02 09:51:00 +0000
committerMatthijs Kooijman <matthijs@stdin.nl>2008-09-02 09:51:00 +0000
commit0783f0d0a3d07a05c493fdd8b9a8b89eee467117 (patch)
tree712f3885258743f76d8deccac570b3444ddb9679 /Makefile.config.in
parent252ddfbdbc834d1abe80de9c2205afac7918d3ea (diff)
downloadllvm-0783f0d0a3d07a05c493fdd8b9a8b89eee467117.tar.gz
llvm-0783f0d0a3d07a05c493fdd8b9a8b89eee467117.tar.bz2
llvm-0783f0d0a3d07a05c493fdd8b9a8b89eee467117.tar.xz
Revert r55557, it is causing linking failures on 32bit linux.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55628 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.config.in')
-rw-r--r--Makefile.config.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.config.in b/Makefile.config.in
index 5a0dcd59c3..f3a9346592 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -234,9 +234,6 @@ ENABLE_THREADS := @ENABLE_THREADS@
# Do we want to build with position independent code?
ENABLE_PIC := @ENABLE_PIC@
-# Use -fvisibility-inlines-hidden?
-ENABLE_VISIBILITY_INLINES_HIDDEN := @ENABLE_VISIBILITY_INLINES_HIDDEN@
-
# This option tells the Makefiles to produce verbose output.
# It essentially prints the commands that make is executing
#VERBOSE = 1