[llvm] [clang] Hurd: Add x86_64 support (PR #78065)

Samuel Thibault via cfe-commits cfe-commits at lists.llvm.org
Sun Jan 14 10:23:13 PST 2024


================
@@ -2477,7 +2477,7 @@ void Generic_GCC::GCCInstallationDetector::AddDefaultGCCPrefixes(
       "x86_64-redhat-linux",    "x86_64-suse-linux",
       "x86_64-manbo-linux-gnu", "x86_64-linux-gnu",
       "x86_64-slackware-linux", "x86_64-unknown-linux",
-      "x86_64-amazon-linux"};
+      "x86_64-amazon-linux",    "x86_64-gnu"};
----------------
sthibaul wrote:

That was it indeed, I have replaced with some code.

It's not debian that picked it up, but the GNU toolchains (GNU/Hurd was supposed to be the "pure GNU" system).

https://github.com/llvm/llvm-project/pull/78065


More information about the cfe-commits mailing list