Commit 3aa831ba by Rainer Orth Committed by Rainer Orth

configure.ac: Don't use libdl on mips-sgi-irix6*.

	* configure.ac: Don't use libdl on mips-sgi-irix6*.
	* configure: Regenerate.

From-SVN: r169522
parent 11fdd877
2011-02-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* configure.ac: Don't use libdl on mips-sgi-irix6*.
* configure: Regenerate.
2011-01-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> 2011-01-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* testsuite/libjava.jni/jni.exp (gcj_jni_get_cxxflags_invocation): * testsuite/libjava.jni/jni.exp (gcj_jni_get_cxxflags_invocation):
......
...@@ -23141,9 +23141,8 @@ fi ...@@ -23141,9 +23141,8 @@ fi
if test "$GC" = boehm; then if test "$GC" = boehm; then
case "${host}" in case "${host}" in
mips-sgi-irix6*) mips-sgi-irix6*)
# IRIX 6 lacks a N64 libdl.so, but only the N32 (default multilib) # While IRIX 6 has libdl for the O32 and N32 ABIs, the N64 one is
# libgcj.spec is used, so override here # missing. It's unnecessary anyway since dlopen lives in libc.
SYSTEMSPEC="$SYSTEMSPEC %{!mabi=64:-ldl}"
;; ;;
*-*-darwin*) *-*-darwin*)
;; ;;
......
...@@ -1460,9 +1460,8 @@ else ...@@ -1460,9 +1460,8 @@ else
if test "$GC" = boehm; then if test "$GC" = boehm; then
case "${host}" in case "${host}" in
mips-sgi-irix6*) mips-sgi-irix6*)
# IRIX 6 lacks a N64 libdl.so, but only the N32 (default multilib) # While IRIX 6 has libdl for the O32 and N32 ABIs, the N64 one is
# libgcj.spec is used, so override here # missing. It's unnecessary anyway since dlopen lives in libc.
SYSTEMSPEC="$SYSTEMSPEC %{!mabi=64:-ldl}"
;; ;;
*-*-darwin*) *-*-darwin*)
;; ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment