summaryrefslogtreecommitdiff
path: root/boehm-gc/configure.in
diff options
context:
space:
mode:
authorTom Tromey <tromey@cygnus.com>1999-04-13 14:28:15 +0000
committerTom Tromey <tromey@gcc.gnu.org>1999-04-13 14:28:15 +0000
commiteba0e61dc231daa416063ee779e5f5d2d7de250a (patch)
tree358f3d8f47de42104d88feebcd08f84f2967b09a /boehm-gc/configure.in
parent0ffc4dca8ed0e0305a3499164dd8b1913d6aa48e (diff)
downloadgcc-eba0e61dc231daa416063ee779e5f5d2d7de250a.tar.gz
Makefile.in: Rebuilt.
* Makefile.in: Rebuilt. * Makefile.am (libgcjgc_a_SOURCES): Added solaris-threads.c and solaris-threads.h. From-SVN: r26407
Diffstat (limited to 'boehm-gc/configure.in')
-rw-r--r--boehm-gc/configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/boehm-gc/configure.in b/boehm-gc/configure.in
index 224c4668031..6a4850f17dd 100644
--- a/boehm-gc/configure.in
+++ b/boehm-gc/configure.in
@@ -133,6 +133,7 @@ case "$host" in
AC_DEFINE(DATASTART_IS_ETEXT)
;;
sparc-sun-solaris2.3*)
+ machdep="sparc_mach_dep.o"
AC_DEFINE(SUNOS53_SHARED_LIB)
;;
esac