mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-08 13:22:27 +00:00
[ Steve Langasek ]
* debian/rules: disable -Wl,-Bsymbolic-functions for libomp. LP: #2016471.
This commit is contained in:
parent
ad8528dcf6
commit
0f5236ae5b
3
debian/rules
vendored
3
debian/rules
vendored
@ -177,6 +177,9 @@ ifneq (,$(filter $(DEB_HOST_ARCH),i386))
|
|||||||
STAGE_ALL_CMAKE_EXTRA += -DLLVM_HOST_TRIPLE=i386-linux-gnu
|
STAGE_ALL_CMAKE_EXTRA += -DLLVM_HOST_TRIPLE=i386-linux-gnu
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# https://bugs.launchpad.net/bugs/2016471
|
||||||
|
STAGE_2_CMAKE_EXTRA += -DLIBOMP_LDFLAGS=-Wl,-Bno-symbolic
|
||||||
|
|
||||||
ifneq (,$(filter $(DEB_HOST_ARCH),i386))
|
ifneq (,$(filter $(DEB_HOST_ARCH),i386))
|
||||||
# Sometimes, i386 needs help with the triple
|
# Sometimes, i386 needs help with the triple
|
||||||
CMAKE_EXTRA += -DLLVM_HOST_TRIPLE=i386-linux-gnu
|
CMAKE_EXTRA += -DLLVM_HOST_TRIPLE=i386-linux-gnu
|
||||||
|
Loading…
Reference in New Issue
Block a user