From: Tom Tromey Date: Wed, 4 Aug 1999 20:57:53 +0000 (+0000) Subject: Removed extra ';;' X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=45fa5f9f144c2cf44fcb2599a5bd6715ef5311fa;p=gcc.git Removed extra ';;' From-SVN: r28516 --- diff --git a/boehm-gc/configure b/boehm-gc/configure index 91dfc8b418a..44293c433c2 100755 --- a/boehm-gc/configure +++ b/boehm-gc/configure @@ -2394,7 +2394,6 @@ case "$host" in alpha*-*-*) machdep="alpha_mach_dep.lo" ;; - ;; mipstx39-*-elf*) machdep="mips_ultrix_mach_dep.lo" cat >> confdefs.h <<\EOF 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)