cinvoke-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cinvoke-svn] r132 - trunk/cinvoke


From: will
Subject: [cinvoke-svn] r132 - trunk/cinvoke
Date: 8 Dec 2006 13:05:42 -0500

Author: will
Date: 2006-12-08 13:05:41 -0500 (Fri, 08 Dec 2006)
New Revision: 132

Modified:
   trunk/cinvoke/configure.pl
Log:
accept any (?) x86 platform


Modified: trunk/cinvoke/configure.pl
===================================================================
--- trunk/cinvoke/configure.pl  2006-11-28 07:25:31 UTC (rev 131)
+++ trunk/cinvoke/configure.pl  2006-12-08 18:05:41 UTC (rev 132)
@@ -80,7 +80,7 @@
        
        my $gccout = `gcc -dumpmachine`;
        if ($? != 0) { die "error executing gcc -dumpmachine: $!"; }
-       if ($gccout =~ m/i386/) {
+       if ($gccout =~ m/i[3456]86/) {
                $processor = 'X86';
        } elsif ($gccout =~ m/x86_64/) {
                $processor = 'X64';





reply via email to

[Prev in Thread] Current Thread [Next in Thread]