Fix compiling bug for ARM with setting BINARY.
This commit is contained in:
parent
76dcaf2281
commit
e34911a73d
4
c_check
4
c_check
|
@ -81,6 +81,10 @@ if (($architecture eq "mips32") || ($architecture eq "mips64")) {
|
||||||
$defined = 1;
|
$defined = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (($architecture eq "arm") || ($architecture eq "arm64")) {
|
||||||
|
$defined = 1;
|
||||||
|
}
|
||||||
|
|
||||||
if ($architecture eq "alpha") {
|
if ($architecture eq "alpha") {
|
||||||
$defined = 1;
|
$defined = 1;
|
||||||
$binary = 64;
|
$binary = 64;
|
||||||
|
|
Loading…
Reference in New Issue