You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
419 B
13 lines
419 B
19 years ago
|
Index: configure.pl
|
||
|
--- configure.pl.orig 2007-01-22 03:58:25 +0100
|
||
|
+++ configure.pl 2007-01-22 14:19:59 +0100
|
||
|
@@ -99,7 +99,7 @@
|
||
|
if ($? != 0) { die "error executing gcc -dumpmachine: $!"; }
|
||
|
if ($gccout =~ m/i[3456]86/) {
|
||
|
$processor = 'X86';
|
||
|
- } elsif ($gccout =~ m/x86_64/) {
|
||
|
+ } elsif ($gccout =~ m/x86_64/ or $gccout =~ m/amd64/) {
|
||
|
$processor = 'X64';
|
||
|
} elsif ($gccout =~ m/ppc/) {
|
||
|
$processor = 'PPC';
|