Browse Source

Fix compiling bug for ARM with setting BINARY.

tags/v0.2.14^2
Zhang Xianyi 10 years ago
parent
commit
e34911a73d
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      c_check

+ 4
- 0
c_check View File

@@ -81,6 +81,10 @@ if (($architecture eq "mips32") || ($architecture eq "mips64")) {
$defined = 1;
}

if (($architecture eq "arm") || ($architecture eq "arm64")) {
$defined = 1;
}

if ($architecture eq "alpha") {
$defined = 1;
$binary = 64;


Loading…
Cancel
Save