From: Tom Tromey Date: Wed, 14 Apr 1999 11:21:24 +0000 (+0000) Subject: configure: Rebuilt. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=649d3f8fbe8b46dadacd5c5a6760b8f0784d9f39;p=gcc.git configure: Rebuilt. * configure: Rebuilt. * configure.in: Added support for alpha. From David Pettersson . From-SVN: r26449 --- diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog index 0b066bc1c51..0fd8d8b0193 100644 --- a/boehm-gc/ChangeLog +++ b/boehm-gc/ChangeLog @@ -1,3 +1,9 @@ +1999-04-14 Tom Tromey + + * configure: Rebuilt. + * configure.in: Added support for alpha. + From David Pettersson . + 1999-04-13 Tom Tromey * Makefile.in: Rebuilt. diff --git a/boehm-gc/configure b/boehm-gc/configure index a5f305aa369..3f78049ac1e 100755 --- a/boehm-gc/configure +++ b/boehm-gc/configure @@ -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 diff --git a/boehm-gc/configure.in b/boehm-gc/configure.in index 6a4850f17dd..1c6e4efa697 100644 --- a/boehm-gc/configure.in +++ b/boehm-gc/configure.in @@ -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)