summaryrefslogtreecommitdiff
path: root/Makefile.config.in
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2008-09-02 17:35:16 +0000
committerDaniel Dunbar <daniel@zuster.org>2008-09-02 17:35:16 +0000
commitecfe67c21799891f27597455ed84c70de7769f36 (patch)
tree2ce9b63ff7b9c78a52b153a94b6136609a75f825 /Makefile.config.in
parent5b8dbf839ba8f586e2823744dc695acf57480c5f (diff)
downloadllvm-ecfe67c21799891f27597455ed84c70de7769f36.tar.gz
llvm-ecfe67c21799891f27597455ed84c70de7769f36.tar.bz2
llvm-ecfe67c21799891f27597455ed84c70de7769f36.tar.xz
Reapply majority of r55557 but with the changes to compilation flags
disabled until issues with gcc 4.1 on linux 32-bit are resolved. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55636 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.config.in')
-rw-r--r--Makefile.config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.config.in b/Makefile.config.in
index f3a9346592..5a0dcd59c3 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -234,6 +234,9 @@ 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