Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjonas <jonas@localhost>2009-07-02 11:59:30 +0400
committerjonas <jonas@localhost>2009-07-02 11:59:30 +0400
commit26045ec0b2807fb7f4969299be12b33b0aaf93eb (patch)
treef50c03bdc945dfa6878a7e8633329bc5f93d7235 /configure.in
parent3513638089d00b5c8e05cadb05755edebc0870f9 (diff)
2009-07-02 jonas echterhoff <jonas@unity3d.com>
svn path=/trunk/mono/; revision=137261
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index e15c7570b64..9e1fb5dc297 100644
--- a/configure.in
+++ b/configure.in
@@ -47,8 +47,10 @@ CFLAGS_FOR_LIBGC=$CFLAGS
#
libmono_cflags=""
libmono_ldflags=""
+monobin_platform_ldflags=""
AC_SUBST(libmono_cflags)
AC_SUBST(libmono_ldflags)
+AC_SUBST(monobin_platform_ldflags)
# Variable to have relocatable .pc files (lib, or lib64)
reloc_libdir=`basename ${libdir}`
@@ -203,6 +205,7 @@ case "$host" in
libmono_cflags="-D_THREAD_SAFE"
LDFLAGS="$LDFLAGS -pthread"
libmono_ldflags="-pthread"
+ monobin_platform_ldflags="-sectcreate __TEXT __info_plist Info.plist"
need_link_unlink=yes
AC_DEFINE(PTHREAD_POINTER_ID)
AC_DEFINE(USE_MACH_SEMA, 1, [...])
@@ -2202,6 +2205,9 @@ if test "x$TARGET" = "xAMD64" -o "x$TARGET" = "xX86" -o "x$TARGET" = "xALPHA"; t
*-*-*linux*)
mono_debugger_supported=yes
;;
+ *86-apple-darwin*)
+ mono_debugger_supported=yes
+ ;;
esac
fi
fi