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.
2 parents 5a77ec7 + 00ce353 commit 7822effCopy full SHA for 7822eff
c_check
@@ -5,7 +5,7 @@
5
6
# Checking cross compile
7
$hostos = `uname -s | sed -e s/\-.*//`; chop($hostos);
8
-$hostarch = `uname -m | sed -e s/i.86/x86/`;chop($hostarch);
+$hostarch = `uname -m | sed -e s/i.86/x86/`;
9
$hostarch = `uname -p` if ($hostos eq "AIX" || $hostos eq "SunOS");
10
chop($hostarch);
11
$hostarch = "x86_64" if ($hostarch eq "amd64");
0 commit comments