slackware-current/source/d/llvm/clang.toolchains.i586.triple.diff
Patrick J Volkerding aadd8167b6 Fri Oct 15 20:47:13 UTC 2021
ap/htop-3.1.1-x86_64-1.txz:  Upgraded.
d/automake-1.16.2-noarch-4.txz:  Rebuilt.
  The GNU toolchain is making it increasingly impossible to use our usual
  "${ARCH}-slackware-linux" host, erroring out with a host mismatch on at
  least GTK+2. So, we'll drop back to this version of automake for now,
  with a fix applied for detecting Python 3.10. More than likely we'll be
  changing the host to "${ARCH}-slackware-linux-gnu" to satisfy upstream,
  but that will have to wait for the next devel cycle.
d/llvm-13.0.0-x86_64-1.txz:  Upgraded.
  Shared library .so-version bump.
d/rust-1.55.0-x86_64-2.txz:  Rebuilt.
  Recompiled against llvm-13.0.0.
kde/kdevelop-5.6.2-x86_64-6.txz:  Rebuilt.
  Recompiled against llvm-13.0.0.
kde/plasma-workspace-5.23.0-x86_64-2.txz:  Rebuilt.
  Applied upstream patch:
  [PATCH] sddm-theme: fix missing password field on "Other" page.
  Thanks to USUARIONUEVO and LuckyCyborg.
l/libclc-13.0.0-x86_64-1.txz:  Upgraded.
  Recompiled against llvm-13.0.0.
l/python-pillow-8.4.0-x86_64-1.txz:  Upgraded.
l/qt5-5.15.3_20211013_5c7c3af5-x86_64-1.txz:  Upgraded.
  Upgraded to latest git (might as well) and compiled against llvm-13.0.0.
l/spirv-llvm-translator-20210920_098034ea-x86_64-1.txz:  Upgraded.
  Recompiled against llvm-13.0.0.
x/mesa-21.2.4-x86_64-1.txz:  Upgraded.
  Compiled against llvm-13.0.0.
xap/pidgin-2.14.8-x86_64-1.txz:  Upgraded.
2021-10-16 09:04:20 +02:00

10 lines
501 B
Diff

--- ./tools/clang/lib/Driver/ToolChains/Gnu.cpp.orig 2021-09-24 11:18:10.000000000 -0500
+++ ./tools/clang/lib/Driver/ToolChains/Gnu.cpp 2021-10-05 14:17:02.597518687 -0500
@@ -2114,6 +2114,7 @@
"i586-linux-gnu", "i686-linux-gnu",
"i686-pc-linux-gnu", "i386-redhat-linux6E",
"i686-redhat-linux", "i386-redhat-linux",
+ "i586-slackware-linux", "i686-slackware-linux",
"i586-suse-linux", "i686-montavista-linux",
"i686-linux-android", "i686-gnu",
};