[33087] trunk/base/src/port1.0/portconfigure.tcl

afb at macports.org afb at macports.org
Thu Jan 17 10:22:00 PST 2008


Revision: 33087
          http://trac.macosforge.org/projects/macports/changeset/33087
Author:   afb at macports.org
Date:     2008-01-17 10:21:57 -0800 (Thu, 17 Jan 2008)

Log Message:
-----------
disable the 64-bit universal archs by default

Modified Paths:
--------------
    trunk/base/src/port1.0/portconfigure.tcl

Modified: trunk/base/src/port1.0/portconfigure.tcl
===================================================================
--- trunk/base/src/port1.0/portconfigure.tcl	2008-01-17 17:40:59 UTC (rev 33086)
+++ trunk/base/src/port1.0/portconfigure.tcl	2008-01-17 18:21:57 UTC (rev 33087)
@@ -117,7 +117,7 @@
 #
 # internal functions to determine the "-arch xy" flags for the compiler
 # -> these should preferably get a more global scope, perhaps be user-configurable?
-set universal_archs {ppc ppc64 i386 x86_64}
+set universal_archs {ppc i386}
 
 proc configure_get_universal_archflags {args} {
     global universal_archs

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080117/f9494e14/attachment.html


More information about the macports-changes mailing list