diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-04-14 11:24:02 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-04-14 11:24:02 +0000 |
commit | 880b3a8e199f3a10bf4d6bdfdd8932af328c0788 (patch) | |
tree | 9af0921ec2330501499c12ca6a56a5a8fa22dc7f /boehm-gc/configure | |
parent | cbca181efc0f6d05b471c2688f7cf10c22e2d079 (diff) | |
download | gcc-880b3a8e199f3a10bf4d6bdfdd8932af328c0788.tar.gz |
* configure: Rebuilt.
* configure.in: Don't use sparc_mach_dep.o for Solaris. Reverts
incorrect patch of 199-04-09.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26450 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/configure')
-rwxr-xr-x | boehm-gc/configure | 1 |
1 files changed, 0 insertions, 1 deletions
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 |