Fix compiling bug for ARM with setting BINARY.

This commit is contained in:
Zhang Xianyi 2015-03-24 17:15:33 +00:00
parent 76dcaf2281
commit e34911a73d
1 changed files with 4 additions and 0 deletions

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;