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:
authorMiguel de Icaza <miguel@gnome.org>2004-05-04 23:20:51 +0400
committerMiguel de Icaza <miguel@gnome.org>2004-05-04 23:20:51 +0400
commit85f380edabbe9ce7084f02fb45473ed1a1debbd2 (patch)
tree3f62ecd17879dc6405637e47235482ce31c10536
parent6f4a74d97111551d7c149e8fac9e5e01f732da5b (diff)
For the Beta1, we will fix later
svn path=/trunk/mono/; revision=26712
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index af8adb9249c..a4bb9842511 100644
--- a/configure.in
+++ b/configure.in
@@ -1054,6 +1054,7 @@ case "$host" in
arch_target=sparc;
JIT_SUPPORTED=yes
ACCESS_UNALIGNED="no"
+ LIBC="libc.so"
jit_wanted=true
;;
# alpha*-*-linux* | alpha*-*-osf*)