* configure.in: Added support for alpha.
From David Pettersson <dapet@mai.liu.se>.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26449
138bc75d-0d04-0410-961f-
82ee72b054a4
+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.
machdep=
case "$host" in
+ alpha-*-*)
+ machdep="alpha_mach_dep.o"
+ ;;
mipstx39-*-elf*)
machdep="mips_ultrix_mach_dep.o"
cat >> confdefs.h <<\EOF
machdep=
case "$host" in
+ alpha-*-*)
+ machdep="alpha_mach_dep.o"
+ ;;
mipstx39-*-elf*)
machdep="mips_ultrix_mach_dep.o"
AC_DEFINE(STACKBASE, __stackbase)