OSDN Git Service

* configure: Rebuilt.
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 14 Apr 1999 11:21:24 +0000 (11:21 +0000)
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 14 Apr 1999 11:21:24 +0000 (11:21 +0000)
* 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

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

index 0b066bc..0fd8d8b 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 a5f305a..3f78049 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 6a4850f..1c6e4ef 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)