[105312] trunk/dports/math/atlas/Portfile

vince at macports.org vince at macports.org
Wed Apr 17 07:29:55 PDT 2013


Revision: 105312
          https://trac.macports.org/changeset/105312
Author:   vince at macports.org
Date:     2013-04-17 07:29:55 -0700 (Wed, 17 Apr 2013)
Log Message:
-----------
Add the ‘-force_cpusubtype_ALL’ flag for ppc builds

Modified Paths:
--------------
    trunk/dports/math/atlas/Portfile

Modified: trunk/dports/math/atlas/Portfile
===================================================================
--- trunk/dports/math/atlas/Portfile	2013-04-17 14:10:28 UTC (rev 105311)
+++ trunk/dports/math/atlas/Portfile	2013-04-17 14:29:55 UTC (rev 105312)
@@ -260,7 +260,8 @@
 
     # PPC
     set gcc_flags           "-O3 -mcpu=7400 -mtune=7400\
-                            -fno-schedule-insns -fschedule-insns2 -fPIC"
+                            -fno-schedule-insns -fschedule-insns2 -fPIC \
+                            -force_cpusubtype_ALL"
     set clang_flags         "-O3 -arch ppc -fPIC"
 
     set gvct_flag           "-maltivec -mabi=altivec"
@@ -282,7 +283,8 @@
 
     # PPC64
     set gcc_flags           "-mcpu=970 -mtune=970 -mvrsave -mpowerpc64\
-                            -fno-schedule-insns -fschedule-insns2 -fPIC"
+                            -fno-schedule-insns -fschedule-insns2 -fPIC \
+                            -force_cpusubtype_ALL"
     # Clang has no PPC64 target so compile for PPC
     set clang_flags         "-O3 -arch ppc -fPIC"
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130417/2ff69db1/attachment.html>


More information about the macports-changes mailing list