diff --git a/debian/changelog b/debian/changelog index 03b97c81..67b82122 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +llvm-toolchain-19 (1:19.1.0~++rc3-3) UNRELEASED; urgency=medium + + * Also explicitly link with -latomic on mips64el. + + -- Matthias Klose Sat, 31 Aug 2024 20:22:25 +0200 + llvm-toolchain-19 (1:19.1.0~++rc3-2) unstable; urgency=medium * Fix binary-indep build. diff --git a/debian/rules b/debian/rules index f03d098e..feac0f42 100755 --- a/debian/rules +++ b/debian/rules @@ -182,7 +182,7 @@ ifneq (,$(filter $(DEB_HOST_ARCH),sparc sparc64)) STAGE_1_CMAKE_EXTRA += -DLLVM_PARALLEL_LINK_JOBS=4 endif -ifneq (,$(filter $(DEB_HOST_ARCH),i386 hurd-i386 kfreebsd-i386 armel mipsel powerpc powerpcspe riscv64)) +ifneq (,$(filter $(DEB_HOST_ARCH),i386 hurd-i386 kfreebsd-i386 armel mipsel mips64el powerpc powerpcspe riscv64)) # For some reason, in the stage2 build, when clang is used to compile # itself. The atomic detection is failing on armel and riscv64. Forcing the inclusion # everywhere and in all stages