aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc
diff options
context:
space:
mode:
Diffstat (limited to 'boehm-gc')
-rw-r--r--boehm-gc/ChangeLog7
-rwxr-xr-xboehm-gc/configure2
-rw-r--r--boehm-gc/configure.ac2
3 files changed, 9 insertions, 2 deletions
diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog
index d08acc0..34e3882 100644
--- a/boehm-gc/ChangeLog
+++ b/boehm-gc/ChangeLog
@@ -1,3 +1,10 @@
+2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
+
+ PR target/39150
+ * configure.ac (i?86-*-solaris2.[89]): Also accept
+ x86_64-*-solaris2.1?.
+ * configure: Regenerate.
+
2011-06-29 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
PR libgcj/49451
diff --git a/boehm-gc/configure b/boehm-gc/configure
index 7defe38..66bb3e7 100755
--- a/boehm-gc/configure
+++ b/boehm-gc/configure
@@ -15163,7 +15163,7 @@ $as_echo "$as_me: WARNING: OpenBSD/Alpha without dlopen(). Shared library suppor
alpha*-*-linux*)
machdep="alpha_mach_dep.lo"
;;
- i?86-*-solaris2.[89] | i?86-*-solaris2.1?)
+ i?86-*-solaris2.[89] | i?86-*-solaris2.1? | x86_64-*-solaris2.1?)
$as_echo "#define SOLARIS25_PROC_VDB_BUG_FIXED 1" >>confdefs.h
diff --git a/boehm-gc/configure.ac b/boehm-gc/configure.ac
index 1f7fb25..799959a 100644
--- a/boehm-gc/configure.ac
+++ b/boehm-gc/configure.ac
@@ -400,7 +400,7 @@ case "$host" in
alpha*-*-linux*)
machdep="alpha_mach_dep.lo"
;;
- i?86-*-solaris2.[[89]] | i?86-*-solaris2.1?)
+ i?86-*-solaris2.[[89]] | i?86-*-solaris2.1? | x86_64-*-solaris2.1?)
AC_DEFINE(SOLARIS25_PROC_VDB_BUG_FIXED,1,[PROC_VDB in Solaris 2.5 gives wrong values for dirty bits])
;;
mipstx39-*-elf*)