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 c2941cb commit a3b56dfCopy full SHA for a3b56df
1 file changed
configure.ac
@@ -1070,7 +1070,13 @@ cat > conftest.c <<EOF
1070
# error unknown platform triplet
1071
# endif
1072
#elif defined(__gnu_hurd__)
1073
+# if defined(__x86_64__)
1074
+ x86_64-gnu
1075
+# elif defined(__i386__)
1076
i386-gnu
1077
+# else
1078
+# error unknown platform triplet
1079
+# endif
1080
#elif defined(__APPLE__)
1081
darwin
1082
#elif defined(__VXWORKS__)
0 commit comments