From: tromey Date: Wed, 4 Aug 1999 20:57:53 +0000 (+0000) Subject: Removed extra ';;' X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8bd0433f71aac49a3597dc211d77ed5c831c595a;p=gc Removed extra ';;' git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28516 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/configure b/configure index 91dfc8b4..44293c43 100755 --- a/configure +++ b/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/configure.in b/configure.in index 45466473..e2777cca 100644 --- a/configure.in +++ b/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)