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
This commit is contained in:
Tom Tromey 1999-04-14 11:24:02 +00:00 committed by Tom Tromey
parent 649d3f8fbe
commit 613f2fe6e6
3 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,9 @@
1999-04-14 Tom Tromey <tromey@cygnus.com>
* 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 <dapet@mai.liu.se>.

1
boehm-gc/configure vendored
View File

@ -1759,7 +1759,6 @@ EOF
;;
sparc-sun-solaris2.3*)
machdep="sparc_mach_dep.o"
cat >> confdefs.h <<\EOF
#define SUNOS53_SHARED_LIB 1
EOF

View File

@ -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