We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 222b937 commit 9a16a45Copy full SHA for 9a16a45
2 files changed
debian/changelog
@@ -1,3 +1,9 @@
1
+binutils (2.41-6deepin6) unstable; urgency=medium
2
+
3
+ * Disable gold linker for MIPS targets as they are broken as of 2.41.
4
5
+ -- Mingcong Bai <baimingcong@uniontech.com> Tue, 24 Sep 2024 16:38:56 +0800
6
7
binutils (2.41-6deepin5) unstable; urgency=medium
8
9
* Backport patches from upstream to LoongArch.
debian/rules
@@ -279,8 +279,6 @@ SHELL = /bin/bash
279
280
gold_targets = \
281
amd64 arm64 armel armhf i386 \
282
- mips mipsel mipsn32 mipsn32el mips64 mips64el \
283
- mipsr6 mipsr6el mipsn32r6 mipsn32r6el mips64r6 mips64r6el \
284
powerpc ppc64el sparc sparc64 s390x \
285
x32 kfreebsd-amd64 kfreebsd-i386 hurd-i386
286
0 commit comments