mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-18 22:01:43 +00:00
Revert "Build libc++ & libc++abi with -fPIC to fix upstream bug 43604"
This reverts commit da2abef4ec
.
This commit is contained in:
parent
da2abef4ec
commit
2eee318cfd
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -9,9 +9,8 @@ llvm-toolchain-12 (1:12.0.1~+rc1-1) unstable; urgency=medium
|
||||
in mips/mips-D101773-reloc.patch
|
||||
thanks to Ximin Luo
|
||||
(Closes: #988965)
|
||||
* Build libc++ & libc++abi with -fPIC to fix upstream bug 43604
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Tue, 01 Jun 2021 13:34:34 +0200
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Fri, 28 May 2021 23:27:27 +0200
|
||||
|
||||
llvm-toolchain-12 (1:12.0.1~+rc1-1~exp1) unstable; urgency=medium
|
||||
|
||||
|
4
debian/rules
vendored
4
debian/rules
vendored
@ -491,7 +491,7 @@ debian-libcxx-build:
|
||||
-DLIBCXXABI_LIBCXX_INCLUDES=$(BASE_PATH)/libcxx/include \
|
||||
-DLIBCXXABI_ENABLE_EXCEPTIONS=$(LIBCXX_EXCEPTIONS) \
|
||||
-DLLVM_ENABLE_RTTI=ON && \
|
||||
$(PRE_PROCESS_CONF) make $(NJOBS) $(VERBOSE) CXXFLAGS=" -fPIC $(CXXFLAGS_EXTRA)" LDFLAGS="$(LDFLAGS_EXTRA)"
|
||||
$(PRE_PROCESS_CONF) make $(NJOBS) $(VERBOSE) CXXFLAGS="$(CXXFLAGS_EXTRA)" LDFLAGS="$(LDFLAGS_EXTRA)"
|
||||
touch $@
|
||||
|
||||
debian-libcxxabi-build:
|
||||
@ -508,7 +508,7 @@ debian-libcxxabi-build:
|
||||
-DLIBCXX_CXX_ABI_LIBRARY_PATH=$(BASE_PATH)/libcxxabi/build/lib \
|
||||
-DLIBCXX_ENABLE_EXCEPTIONS=$(LIBCXX_EXCEPTIONS) \
|
||||
-DLIBCXX_INSTALL_EXPERIMENTAL_LIBRARY=ON && \
|
||||
$(PRE_PROCESS_CONF) make $(NJOBS) $(VERBOSE) CXXFLAGS=" -fPIC $(CXXFLAGS_EXTRA)" LDFLAGS="$(LDFLAGS_EXTRA)"
|
||||
$(PRE_PROCESS_CONF) make $(NJOBS) $(VERBOSE) CXXFLAGS="$(CXXFLAGS_EXTRA)" LDFLAGS="$(LDFLAGS_EXTRA)"
|
||||
touch $@
|
||||
|
||||
debian-libclc-build:
|
||||
|
Loading…
Reference in New Issue
Block a user