diff options
author | Tom Tromey <tromey@cygnus.com> | 1999-04-13 14:28:15 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 1999-04-13 14:28:15 +0000 |
commit | eba0e61dc231daa416063ee779e5f5d2d7de250a (patch) | |
tree | 358f3d8f47de42104d88feebcd08f84f2967b09a /boehm-gc/configure.in | |
parent | 0ffc4dca8ed0e0305a3499164dd8b1913d6aa48e (diff) | |
download | gcc-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.in | 1 |
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 |