configure: Rebuilt.

* configure: Rebuilt.
	* configure.in: Added support for alpha.
	From David Pettersson <dapet@mai.liu.se>.

From-SVN: r26449
This commit is contained in:
Tom Tromey 1999-04-14 11:21:24 +00:00 committed by Tom Tromey
parent 6c77b8af53
commit 649d3f8fbe
3 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,9 @@
1999-04-14 Tom Tromey <tromey@cygnus.com>
* configure: Rebuilt.
* configure.in: Added support for alpha.
From David Pettersson <dapet@mai.liu.se>.
1999-04-13 Tom Tromey <tromey@cygnus.com>
* Makefile.in: Rebuilt.

3
boehm-gc/configure vendored
View File

@ -1744,6 +1744,9 @@ esac
machdep=
case "$host" in
alpha-*-*)
machdep="alpha_mach_dep.o"
;;
mipstx39-*-elf*)
machdep="mips_ultrix_mach_dep.o"
cat >> confdefs.h <<\EOF

View File

@ -127,6 +127,9 @@ AC_SUBST(CXXINCLUDES)
machdep=
case "$host" in
alpha-*-*)
machdep="alpha_mach_dep.o"
;;
mipstx39-*-elf*)
machdep="mips_ultrix_mach_dep.o"
AC_DEFINE(STACKBASE, __stackbase)