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 e11126b + e17f969 commit 5bac15aCopy full SHA for 5bac15a
c_check
@@ -224,14 +224,15 @@ $data =~ /globl\s([_\.]*)(.*)/;
224
$need_fu = $1;
225
226
$cross = 0;
227
-$cross = 1 if ($os ne $hostos);
228
229
if ($architecture ne $hostarch) {
230
$cross = 1;
231
$cross = 0 if (($hostarch eq "x86_64") && ($architecture eq "x86"));
232
$cross = 0 if (($hostarch eq "mips64") && ($architecture eq "mips"));
233
}
234
+$cross = 1 if ($os ne $hostos);
235
+
236
$openmp = "" if $ENV{USE_OPENMP} != 1;
237
238
$linker_L = "";
0 commit comments