configure: Rebuilt.
authorTom Tromey <tromey@cygnus.com>
Wed, 14 Apr 1999 11:21:24 +0000 (11:21 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Wed, 14 Apr 1999 11:21:24 +0000 (11:21 +0000)
* configure: Rebuilt.
* configure.in: Added support for alpha.
From David Pettersson <dapet@mai.liu.se>.

From-SVN: r26449

boehm-gc/ChangeLog
boehm-gc/configure
boehm-gc/configure.in

index 0b066bc1c51c12dae71edca5ebe844eeb84ae5cf..0fd8d8b0193d8bb82adc3d16719864629d77ab44 100644 (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.
index a5f305aa369b2185b6f1aeb9eefe9637d13ee763..3f78049ac1eae9cc4cf2b3fef1e21dfafb376f0a 100755 (executable)
@@ -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
index 6a4850f17dda9603364e1552c4b06ae8bae078ed..1c6e4efa697ce2b4cf5d615d31b23c07b525a861 100644 (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)