summaryrefslogtreecommitdiff
path: root/recipes/mono/mono-1.9.1+2.2-rc1
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/mono/mono-1.9.1+2.2-rc1')
-rw-r--r--recipes/mono/mono-1.9.1+2.2-rc1/configure.patch44
-rw-r--r--recipes/mono/mono-1.9.1+2.2-rc1/disable-docs.patch13
-rw-r--r--recipes/mono/mono-1.9.1+2.2-rc1/disable-monoburg.patch22
-rw-r--r--recipes/mono/mono-1.9.1+2.2-rc1/fix-eabi-syscall.patch12
4 files changed, 0 insertions, 91 deletions
diff --git a/recipes/mono/mono-1.9.1+2.2-rc1/configure.patch b/recipes/mono/mono-1.9.1+2.2-rc1/configure.patch
deleted file mode 100644
index 689f7be5da..0000000000
--- a/recipes/mono/mono-1.9.1+2.2-rc1/configure.patch
+++ /dev/null
@@ -1,44 +0,0 @@
-Index: mono-2.2/configure.in
-===================================================================
---- mono-2.2.orig/configure.in 2008-11-13 18:22:29.000000000 -0500
-+++ mono-2.2/configure.in 2008-12-10 16:03:11.000000000 -0500
-@@ -1155,6 +1155,8 @@
- ], [
- AC_MSG_RESULT(no)
- with_tls=pthread
-+ ], [
-+ AC_MSG_RESULT(yes)
- ])
- fi
-
-@@ -1257,6 +1259,9 @@
- ], [
- with_sigaltstack=no
- AC_MSG_RESULT(no)
-+ ], [
-+ AC_MSG_RESULT(yes)
-+ AC_DEFINE(HAVE_WORKING_SIGALTSTACK)
- ])
- fi
-
-@@ -1746,6 +1751,7 @@
-
- jit_wanted=false
- interp_wanted=false
-+echo "CLIFF: checking host = $host"
- case "$host" in
- # mips-sgi-irix5.* | mips-sgi-irix6.*)
- # TARGET=MIPS;
-@@ -1882,10 +1888,12 @@
- jit_wanted=true
- ;;
- arm*-linux*)
-+ echo "CLIFF: found arm linux"
- TARGET=ARM;
- arch_target=arm;
- ACCESS_UNALIGNED="no"
- JIT_SUPPORTED=yes
-+ CPPFLAGS="$CPPFLAGS -DARM_FPU_VFP=1"
- jit_wanted=true
- ;;
- s390-*-linux*)
diff --git a/recipes/mono/mono-1.9.1+2.2-rc1/disable-docs.patch b/recipes/mono/mono-1.9.1+2.2-rc1/disable-docs.patch
deleted file mode 100644
index 2c1812e1a5..0000000000
--- a/recipes/mono/mono-1.9.1+2.2-rc1/disable-docs.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: mono-2.2/Makefile.am
-===================================================================
---- mono-2.2.orig/Makefile.am 2008-12-10 16:25:14.000000000 -0500
-+++ mono-2.2/Makefile.am 2008-12-10 16:25:24.000000000 -0500
-@@ -1,7 +1,7 @@
- AUTOMAKE_OPTIONS = foreign
- ACLOCAL_AMFLAGS = -I .
-
--SUBDIRS = po $(libgc_dir) $(eglib_dir) mono $(ikvm_native_dir) support data runtime scripts man samples web msvc docs
-+SUBDIRS = po $(libgc_dir) $(eglib_dir) mono $(ikvm_native_dir) support data runtime scripts man samples web msvc
-
- # Keep in sync with SUBDIRS
- ## 'tools' is not normally built
diff --git a/recipes/mono/mono-1.9.1+2.2-rc1/disable-monoburg.patch b/recipes/mono/mono-1.9.1+2.2-rc1/disable-monoburg.patch
deleted file mode 100644
index 14a2a094a7..0000000000
--- a/recipes/mono/mono-1.9.1+2.2-rc1/disable-monoburg.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Index: mono-2.2/mono/Makefile.am
-===================================================================
---- mono-2.2.orig/mono/Makefile.am 2008-12-10 15:38:30.000000000 -0500
-+++ mono-2.2/mono/Makefile.am 2008-12-10 15:38:37.000000000 -0500
-@@ -1,3 +1,3 @@
-
--SUBDIRS = utils io-layer monoburg os cil metadata \
-+SUBDIRS = utils io-layer os cil metadata \
- arch interpreter mini dis monograph tests benchmark profiler
-Index: mono-2.2/mono/mini/Makefile.am
-===================================================================
---- mono-2.2.orig/mono/mini/Makefile.am 2008-12-10 15:44:11.000000000 -0500
-+++ mono-2.2/mono/mini/Makefile.am 2008-12-10 15:44:22.000000000 -0500
-@@ -482,7 +482,7 @@
- $(GENMDESC_PRG) $(srcdir)/cpu-mips.md cpu-mips.h mips_desc
-
- inssel.c inssel.h: $(BURGSRC)
-- $(monodir)/mono/monoburg/monoburg -c 1 -p -e $(BURGSRC) -d inssel.h -s inssel.c
-+ monoburg -c 1 -p -e $(BURGSRC) -d inssel.h -s inssel.c
-
- testi: mono test.exe
- $(RUNTIME) -v -v --ncompile 1 --compile Test:$(mtest) test.exe
diff --git a/recipes/mono/mono-1.9.1+2.2-rc1/fix-eabi-syscall.patch b/recipes/mono/mono-1.9.1+2.2-rc1/fix-eabi-syscall.patch
deleted file mode 100644
index b752a8bd14..0000000000
--- a/recipes/mono/mono-1.9.1+2.2-rc1/fix-eabi-syscall.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- mono.orig/mono/mini/mini-arm.c 2008/12/12 19:49:41 121457
-+++ mono/mono/mini/mini-arm.c 2009/01/05 08:58:47 122416
-@@ -581,6 +581,8 @@
- {
- #if __APPLE__
- sys_icache_invalidate (code, size);
-+#elif ((__GNUC__ >= 4) && (__GNUC_MINOR__ >= 1))
-+ __clear_cache (code, code + size);
- #else
- __asm __volatile ("mov r0, %0\n"
- "mov r1, %1\n"
-