diff options
author | Tom Tromey <tromey@cygnus.com> | 1999-06-21 11:14:41 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 1999-06-21 11:14:41 +0000 |
commit | 115dabb8f316b83192d96fa6cb29a535f8ff53c0 (patch) | |
tree | 9283dce5241115a055fff30f84b014ca600b37b0 /boehm-gc/configure.in | |
parent | 48b1580ecc131e1a05995216d9cdf30bd05c17bd (diff) | |
download | gcc-115dabb8f316b83192d96fa6cb29a535f8ff53c0.tar.gz |
configure: Rebuilt.
* configure: Rebuilt.
* configure.in: Recognize all forms of alpha.
From-SVN: r27660
Diffstat (limited to 'boehm-gc/configure.in')
-rw-r--r-- | boehm-gc/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boehm-gc/configure.in b/boehm-gc/configure.in index 0332b3db443..f94c4374df1 100644 --- a/boehm-gc/configure.in +++ b/boehm-gc/configure.in @@ -134,7 +134,7 @@ AC_SUBST(CXXINCLUDES) machdep= case "$host" in - alpha-*-*) + alpha*-*-*) machdep="alpha_mach_dep.lo" ;; mips-*-*) |