Update of /cvsroot/fink/fink
In directory vz-cvs-3.sog:/tmp/cvs-serv13755

Modified Files:
        ChangeLog bootstrap 
Log Message:
On 10.7 only support 64-bit, and use path-prefix-clang to send gcc/g++ calls to 
clang/clang++ (thanks jhowarth!)


Index: bootstrap
===================================================================
RCS file: /cvsroot/fink/fink/bootstrap,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- bootstrap   1 Jun 2011 15:28:01 -0000       1.48
+++ bootstrap   10 Jun 2011 15:30:22 -0000      1.49
@@ -131,8 +131,15 @@
                        }
                        close(SYSCTL);
         }
-               if ($is64bit) {
-# ask the user
+               if (!$is64bit && $vers >= 10) {
+                       # 10.7+ 32bit: non-supported configuration!
+                       print "ERROR: fink requires a 64-bit-capable CPU for 
your version of OS X\n";
+                       exit 1;
+               } elsif ($vers >= 10) {
+                       # 10.7 we support only 64-bit
+                       $arch = "x86_64";
+               } else {
+                       # 10.[56] can do either 32- or 64-bit: user choice
                        my $arch_intro= "Your hardware is a 64bit-compatible 
intel " .
                                "processor, so you have the option of running 
Fink in ".
                                "64bit-only mode.  This is not recommended for 
most ".

Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/fink/ChangeLog,v
retrieving revision 1.540
retrieving revision 1.541
diff -u -d -r1.540 -r1.541
--- ChangeLog   30 Apr 2011 18:05:17 -0000      1.540
+++ ChangeLog   10 Jun 2011 15:30:22 -0000      1.541
@@ -1,7 +1,11 @@
+2011-06-11  Daniel Macks  <[email protected]>
+
+       * bootstrap: 10.7 only supports x86_64
+
 2011-04-30  Daniel Macks  <[email protected]>
 
        * VERSION: Make fink HEAD always >> 0.30.x, since that has now
-        branched.      
+        branched.
 
 2011-04-28  Daniel Macks  <[email protected]>
 


------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to