[140812] trunk/dports/devel/mono/files

mcalhoun at macports.org mcalhoun at macports.org
Sat Oct 3 11:46:55 PDT 2015


Revision: 140812
          https://trac.macports.org/changeset/140812
Author:   mcalhoun at macports.org
Date:     2015-10-03 11:46:55 -0700 (Sat, 03 Oct 2015)
Log Message:
-----------
mono: add missing patchfiles from r140806

Revision Links:
--------------
    https://trac.macports.org/changeset/140806

Added Paths:
-----------
    trunk/dports/devel/mono/files/patch-Makefile.in.diff
    trunk/dports/devel/mono/files/patch-aot-compiler.c.diff

Added: trunk/dports/devel/mono/files/patch-Makefile.in.diff
===================================================================
--- trunk/dports/devel/mono/files/patch-Makefile.in.diff	                        (rev 0)
+++ trunk/dports/devel/mono/files/patch-Makefile.in.diff	2015-10-03 18:46:55 UTC (rev 140812)
@@ -0,0 +1,11 @@
+--- .//mono/mini/Makefile.in.orig	2015-03-06 10:48:11.000000000 -0700
++++ .//mono/mini/Makefile.in	2015-10-03 11:21:26.000000000 -0700
+@@ -2915,7 +2915,7 @@
+ 
+ iltests.il: iltests.il.in Makefile.am
+ 	echo '// DO NOT EDIT: This file has been generated from iltests.il.in' > iltests.il
+-	cpp -Darch=$(arch_define) < $(srcdir)/iltests.il.in | sed 's/^#.*//' >> iltests.il
++	$(CPP) -Darch=$(arch_define) < $(srcdir)/iltests.il.in - | sed 's/^#.*//' >> iltests.il
+ 
+ %.exe: %.il
+ 	$(ILASM) -output=$@ $<

Added: trunk/dports/devel/mono/files/patch-aot-compiler.c.diff
===================================================================
--- trunk/dports/devel/mono/files/patch-aot-compiler.c.diff	                        (rev 0)
+++ trunk/dports/devel/mono/files/patch-aot-compiler.c.diff	2015-10-03 18:46:55 UTC (rev 140812)
@@ -0,0 +1,28 @@
+--- mono/mini/aot-compiler.c.orig	2015-03-06 10:26:50.000000000 -0700
++++ mono/mini/aot-compiler.c	2015-10-03 11:19:44.000000000 -0700
+@@ -8600,7 +8600,7 @@
+ #define AS_NAME "nacl-as"
+ #endif
+ #elif defined(TARGET_OSX)
+-#define AS_NAME "clang -c -x assembler"
++#define AS_NAME "__MACPORTS_CC__ -c -x assembler"
+ #else
+ #define AS_NAME "as"
+ #endif
+@@ -8612,13 +8612,13 @@
+ #if defined(sparc)
+ #define LD_NAME "ld -shared -G"
+ #elif defined(__ppc__) && defined(TARGET_MACH)
+-#define LD_NAME "gcc -dynamiclib"
++#define LD_NAME "__MACPORTS_CC__ -dynamiclib"
+ #elif defined(TARGET_AMD64) && defined(TARGET_MACH)
+-#define LD_NAME "clang --shared"
++#define LD_NAME "__MACPORTS_CC__ --shared"
+ #elif defined(HOST_WIN32)
+ #define LD_NAME "gcc -shared --dll"
+ #elif defined(TARGET_X86) && defined(TARGET_MACH) && !defined(__native_client_codegen__)
+-#define LD_NAME "clang -m32 -dynamiclib"
++#define LD_NAME "__MACPORTS_CC__ -m32 -dynamiclib"
+ #endif
+ 
+ 	if (acfg->aot_opts.asm_only) {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151003/2738502e/attachment.html>


More information about the macports-changes mailing list