releasing version 8.61

This commit is contained in:
joey
2006-01-07 18:44:04 +00:00
parent 4572a96112
commit fa41ec6234
3 changed files with 12 additions and 5 deletions

View File

@@ -536,6 +536,9 @@ sub arch {
elsif ($arch eq 'x86_64') {
$arch='amd64';
}
elsif ($arch eq 'em64t') {
$arch='amd64';
}
elsif ($arch =~ m/i\d86/i || $arch =~ m/pentium/i) {
# Treat 486, 586, etc, as 386.
$arch='i386';