diff options
author | Tom Tromey <tromey@cygnus.com> | 1999-04-14 11:21:24 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 1999-04-14 11:21:24 +0000 |
commit | 649d3f8fbe8b46dadacd5c5a6760b8f0784d9f39 (patch) | |
tree | 0d112053df4143d7a9aad0b7b58268576948efa3 /boehm-gc/configure.in | |
parent | 6c77b8af5303dcf0dcafdadf6de5a1c65f4fcd86 (diff) | |
download | gcc-649d3f8fbe8b46dadacd5c5a6760b8f0784d9f39.tar.gz |
configure: Rebuilt.
* configure: Rebuilt.
* configure.in: Added support for alpha.
From David Pettersson <dapet@mai.liu.se>.
From-SVN: r26449
Diffstat (limited to 'boehm-gc/configure.in')
-rw-r--r-- | boehm-gc/configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
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) |