diff options
Diffstat (limited to 'libcxx/lib')
-rw-r--r-- | libcxx/lib/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libcxx/lib/CMakeLists.txt b/libcxx/lib/CMakeLists.txt index 1b10bc68ca0..22a9bf381c8 100644 --- a/libcxx/lib/CMakeLists.txt +++ b/libcxx/lib/CMakeLists.txt @@ -105,6 +105,10 @@ if (LIBCXXABI_USE_LLVM_UNWINDER) endif() # Setup flags. +if (NOT WIN32) + add_flags_if_supported(-fPIC) +endif() + add_link_flags_if_supported(-nodefaultlibs) if (LIBCXX_TARGETING_MSVC) |