Adding 586 case
git-svn-id: svn://10.0.0.236/trunk@95515 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
8e4e3c75fc
commit
95005126e2
@ -18,7 +18,7 @@ use POSIX qw(sys_wait_h strftime);
|
||||
use Cwd;
|
||||
use File::Basename; # for basename();
|
||||
use Config; # for $Config{sig_name} and $Config{sig_num}
|
||||
$::UtilsVersion = '$Revision: 1.46 $ ';
|
||||
$::UtilsVersion = '$Revision: 1.47 $ ';
|
||||
|
||||
package TinderUtils;
|
||||
|
||||
@ -219,7 +219,7 @@ sub GetSystemInfo {
|
||||
$Settings::BuildName = "$host $Settings::OS/arm $os_ver $build_type";
|
||||
} elsif ($Settings::CPU eq 'ppc') {
|
||||
$Settings::BuildName = "$host $Settings::OS/$Settings::CPU $os_ver $build_type";
|
||||
} elsif ($Settings::CPU eq 'i686') {
|
||||
} elsif (($Settings::CPU eq 'i686') or ($Settings::CPU eq 'i586')) {
|
||||
$Settings::BuildName = "$host $Settings::OS $build_type";
|
||||
} else {
|
||||
# $Settings::BuildName set above
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user