From 941011d527c0dbf1b68274098629a6300e19923b Mon Sep 17 00:00:00 2001 From: Gianfranco Costamagna Date: Sat, 17 Jun 2023 10:35:36 +0200 Subject: [PATCH] Add back powerpc to gold architectures --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 4ecf0f51..f63855a2 100755 --- a/debian/rules +++ b/debian/rules @@ -281,7 +281,7 @@ ifeq ($(LLVM_SPIRV_INSTALLED),yes) endif # gold linker is producing broken clang on powerpc https://sourceware.org/bugzilla/show_bug.cgi?id=30536 -BINUTILS_GOLD_ARCHS := amd64 arm64 armhf i386 x32 s390x hurd-i386 kfreebsd-amd64 kfreebsd-i386 +BINUTILS_GOLD_ARCHS := amd64 arm64 armhf i386 x32 s390x powerpc hurd-i386 kfreebsd-amd64 kfreebsd-i386 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))) STAGE_ALL_CMAKE_EXTRA += -DLLVM_USE_LINKER=gold