diff options
author | Cliff Brake <cbrake@bec-systems.com> | 2009-01-07 12:19:00 -0500 |
---|---|---|
committer | Cliff Brake <cbrake@bec-systems.com> | 2009-01-07 13:54:02 -0500 |
commit | c929ffc653fbb29f0666674ac0412446221cea9a (patch) | |
tree | 0ffa39ebec6fca02a7c9eb1332c533a403cd4bb7 /packages/mono/mono-1.9.1+2.2.0-rc2/configure.patch | |
parent | ca084dba42b886690cf227c4ccf2326432fe6c93 (diff) |
mono 2.2: update from preview 3 to RC1, add EABI patch
This changeset renames recipes to better reflect mono versioning.
Note, the previous mono 2.2 recipe was mis-named
rc2 and was actually preview 2. If you built the
misnamed 2.2.0-rc2 package, it will take precedence
over the new recipe and you must manually remove
ipks in the tmp dir before building the 2.2-rc1
version.
Diffstat (limited to 'packages/mono/mono-1.9.1+2.2.0-rc2/configure.patch')
-rw-r--r-- | packages/mono/mono-1.9.1+2.2.0-rc2/configure.patch | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/packages/mono/mono-1.9.1+2.2.0-rc2/configure.patch b/packages/mono/mono-1.9.1+2.2.0-rc2/configure.patch deleted file mode 100644 index 689f7be5da..0000000000 --- a/packages/mono/mono-1.9.1+2.2.0-rc2/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*) |