diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-08-04 20:57:53 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-08-04 20:57:53 +0000 |
commit | 0c5245eb613de9321a25ee9b1cf0a81faf4b9768 (patch) | |
tree | cbf704504d263152c90cad709e6c6cb7e2ab049e | |
parent | 95d038e4b59ac36fe9866d064513fe0c8f7c2b1d (diff) | |
download | gcc-0c5245eb613de9321a25ee9b1cf0a81faf4b9768.tar.gz |
Removed extra ';;'
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28516 138bc75d-0d04-0410-961f-82ee72b054a4
-rwxr-xr-x | boehm-gc/configure | 1 | ||||
-rw-r--r-- | boehm-gc/configure.in | 1 |
2 files changed, 0 insertions, 2 deletions
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) |