From 613f2fe6e68d61d28118f29a2d8ae290fe5b0bcb Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Wed, 14 Apr 1999 11:24:02 +0000 Subject: [PATCH] configure: Rebuilt. * configure: Rebuilt. * configure.in: Don't use sparc_mach_dep.o for Solaris. Reverts incorrect patch of 199-04-09. From-SVN: r26450 --- boehm-gc/ChangeLog | 4 ++++ boehm-gc/configure | 1 - boehm-gc/configure.in | 1 - 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog index 0fd8d8b0193..2c090961542 100644 --- a/boehm-gc/ChangeLog +++ b/boehm-gc/ChangeLog @@ -1,5 +1,9 @@ 1999-04-14 Tom Tromey + * configure: Rebuilt. + * configure.in: Don't use sparc_mach_dep.o for Solaris. Reverts + incorrect patch of 199-04-09. + * configure: Rebuilt. * configure.in: Added support for alpha. From David Pettersson . diff --git a/boehm-gc/configure b/boehm-gc/configure index 3f78049ac1e..d1d9e53bcb5 100755 --- a/boehm-gc/configure +++ b/boehm-gc/configure @@ -1759,7 +1759,6 @@ EOF ;; sparc-sun-solaris2.3*) - machdep="sparc_mach_dep.o" cat >> confdefs.h <<\EOF #define SUNOS53_SHARED_LIB 1 EOF diff --git a/boehm-gc/configure.in b/boehm-gc/configure.in index 1c6e4efa697..b3cc7ab79b8 100644 --- a/boehm-gc/configure.in +++ b/boehm-gc/configure.in @@ -136,7 +136,6 @@ case "$host" in AC_DEFINE(DATASTART_IS_ETEXT) ;; sparc-sun-solaris2.3*) - machdep="sparc_mach_dep.o" AC_DEFINE(SUNOS53_SHARED_LIB) ;; esac