mirror of
git://slackware.nl/current.git
synced 2024-12-31 10:28:29 +01:00
b9cc8f3425
extra/llvm-17.0.6-x86_64-1_slack15.0.txz: Added. In case anyone needs a newer compiler. extra/llvm13-compat-13.0.0-x86_64-1_slack15.0.txz: Added. In case anyone needs to run binaries linked to the old compiler.
10 lines
523 B
Diff
10 lines
523 B
Diff
--- ./tools/clang/lib/Driver/ToolChains/Gnu.cpp.orig 2022-04-25 22:44:44.000000000 -0500
|
|
+++ ./tools/clang/lib/Driver/ToolChains/Gnu.cpp 2022-04-28 13:34:46.834049926 -0500
|
|
@@ -2107,6 +2107,7 @@
|
|
static const char *const X86Triples[] = {
|
|
"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-gnu",
|
|
};
|
|
|