mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-12-27 21:53:20 +00:00
Don't build with ld.gold on powerpcspe
This commit is contained in:
parent
681860bf84
commit
b53c39b6ce
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
llvm-toolchain-snapshot (1:8~svn336894-1~exp2) UNRELEASED; urgency=medium
|
||||
|
||||
[ John Paul Adrian Glaubitz ]
|
||||
* Don't build with ld.gold on powerpcspe
|
||||
|
||||
-- John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Tue, 21 Aug 2018 23:43:19 +0200
|
||||
|
||||
llvm-toolchain-snapshot (1:8~svn336894-1~exp1) experimental; urgency=medium
|
||||
|
||||
* branching to version 8
|
||||
|
||||
2
debian/rules
vendored
2
debian/rules
vendored
@ -95,7 +95,7 @@ else
|
||||
control_vars = '-Vdep:devlibs=libstdc++6-$(GCC_VERSION)-dev'
|
||||
endif
|
||||
|
||||
BINUTILS_GOLD_ARCHS := amd64 arm64 armhf i386 powerpcspe ppc64 ppc64el sparc sparc64 x32 s390x
|
||||
BINUTILS_GOLD_ARCHS := amd64 arm64 armhf i386 ppc64 ppc64el sparc sparc64 x32 s390x
|
||||
ifeq ($(shell dpkg --compare-versions $(shell dpkg-query -W -f '$${Version}' binutils) ge 2.23.1-1~exp3 ; echo $$?),0)
|
||||
ifneq (,$(filter $(DEB_HOST_ARCH),$(BINUTILS_GOLD_ARCHS)))
|
||||
# -fused-ld=gold enables the gold linker (but is not supported by all archs / distro)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user