[142831] trunk/dports/devel/cctools

jeremyhu at macports.org jeremyhu at macports.org
Sat Dec 12 07:25:14 PST 2015


Revision: 142831
          https://trac.macports.org/changeset/142831
Author:   jeremyhu at macports.org
Date:     2015-11-23 21:14:02 -0800 (Mon, 23 Nov 2015)
Log Message:
-----------
cctools: Don't drive the clang assembler (for now).

Modified Paths:
--------------
    trunk/dports/devel/cctools/Portfile

Added Paths:
-----------
    trunk/dports/devel/cctools/files/not-clang.patch

Modified: trunk/dports/devel/cctools/Portfile
===================================================================
--- trunk/dports/devel/cctools/Portfile	2015-11-24 04:31:18 UTC (rev 142830)
+++ trunk/dports/devel/cctools/Portfile	2015-11-24 05:14:02 UTC (rev 142831)
@@ -5,7 +5,7 @@
 name                    cctools
 # Xcode 7.0
 version                 877.5
-
+revision                1
 set ld64_version        253.3
 categories              devel
 platforms               darwin
@@ -32,7 +32,13 @@
 
 depends_build           port:libunwind-headers
 
-patchfiles              cctools-829-lto.patch PR-37520.patch cctools-839-static-dis_info.patch PR-12400897.patch cctools-862-prunetrie.patch
+patchfiles \
+    cctools-829-lto.patch \
+    PR-37520.patch \
+    cctools-839-static-dis_info.patch \
+    PR-12400897.patch \
+    cctools-862-prunetrie.patch \
+    not-clang.patch
 
 variant universal {}
 

Added: trunk/dports/devel/cctools/files/not-clang.patch
===================================================================
--- trunk/dports/devel/cctools/files/not-clang.patch	                        (rev 0)
+++ trunk/dports/devel/cctools/files/not-clang.patch	2015-11-24 05:14:02 UTC (rev 142831)
@@ -0,0 +1,12 @@
+--- as/driver.c.orig	2015-11-23 21:01:45.000000000 -0800
++++ as/driver.c	2015-11-23 21:09:24.000000000 -0800
+@@ -280,6 +280,9 @@ char **envp)
+ 	   arch_flag.cputype == CPU_TYPE_ARM)
+ 	    run_clang = 1;
+ 
++        /* MACPORTS: Don't use the clang assembler for now. */
++        run_clang = 0;
++
+ 	/*
+ 	 * Use the clang as the assembler if is the default or asked to with
+ 	 * the -q flag. But don't use it asked to use the system assembler
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/059be276/attachment.html>


More information about the macports-changes mailing list