summaryrefslogtreecommitdiffstats
path: root/libcxx
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2015-10-15 22:51:50 +0000
committerEric Fiselier <eric@efcs.ca>2015-10-15 22:51:50 +0000
commit7e0344a77084aa6db572ecc4224995fb49bc7d8a (patch)
treea09ce5f3aedbc105e8b8c0fa1d60ae087102f555 /libcxx
parent4bad57c9bce370683e3d7f4737203332a0b06210 (diff)
downloadbcm5719-llvm-7e0344a77084aa6db572ecc4224995fb49bc7d8a.tar.gz
bcm5719-llvm-7e0344a77084aa6db572ecc4224995fb49bc7d8a.zip
Quickly fix bad commit
llvm-svn: 250471
Diffstat (limited to 'libcxx')
-rw-r--r--libcxx/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/libcxx/CMakeLists.txt b/libcxx/CMakeLists.txt
index 11958d9baba..b129838b004 100644
--- a/libcxx/CMakeLists.txt
+++ b/libcxx/CMakeLists.txt
@@ -80,9 +80,10 @@ if (LLVM_HAVE_LINK_VERSION_SCRIPT AND NOT LIBCXX_ENABLE_STATIC_ABI_LIBRARY)
set(ENABLE_LINKER_SCRIPT_DEFAULT_VALUE ON)
endif()
+#FIXME(EricWF)
option(LIBCXX_ENABLE_ABI_LINKER_SCRIPT
"Use and install a linker script for the given ABI library"
- ${ENABLE_LINKER_SCRIPT_DEFAULT_VALUE})
+ OFF) #${ENABLE_LINKER_SCRIPT_DEFAULT_VALUE})
# Build libc++abi with libunwind. We need this option to determine whether to
# link with libunwind or libgcc_s while running the test cases.
OpenPOWER on IntegriCloud