Commit 649d3f8f by Tom Tromey Committed by Tom Tromey

configure: Rebuilt.

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

From-SVN: r26449
parent 6c77b8af
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.
......
......@@ -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
......
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment