diff options
author | Tom Tromey <tromey@gcc.gnu.org> | 1999-08-04 20:57:53 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 1999-08-04 20:57:53 +0000 |
commit | 45fa5f9f144c2cf44fcb2599a5bd6715ef5311fa (patch) | |
tree | cbf704504d263152c90cad709e6c6cb7e2ab049e /boehm-gc/configure.in | |
parent | cbbfcb3b2301afff03ee04fc0a76b16bc9ab3b4d (diff) | |
download | gcc-45fa5f9f144c2cf44fcb2599a5bd6715ef5311fa.tar.gz |
Removed extra ';;'
From-SVN: r28516
Diffstat (limited to 'boehm-gc/configure.in')
-rw-r--r-- | boehm-gc/configure.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/boehm-gc/configure.in b/boehm-gc/configure.in index 45466473534..e2777cca671 100644 --- a/boehm-gc/configure.in +++ b/boehm-gc/configure.in @@ -137,7 +137,6 @@ case "$host" in alpha*-*-*) machdep="alpha_mach_dep.lo" ;; - ;; mipstx39-*-elf*) machdep="mips_ultrix_mach_dep.lo" AC_DEFINE(STACKBASE, __stackbase) |