aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Tromey <tromey@gcc.gnu.org>1999-08-04 20:57:53 +0000
committerTom Tromey <tromey@gcc.gnu.org>1999-08-04 20:57:53 +0000
commit45fa5f9f144c2cf44fcb2599a5bd6715ef5311fa (patch)
treecbf704504d263152c90cad709e6c6cb7e2ab049e
parentcbbfcb3b2301afff03ee04fc0a76b16bc9ab3b4d (diff)
downloadgcc-45fa5f9f144c2cf44fcb2599a5bd6715ef5311fa.zip
gcc-45fa5f9f144c2cf44fcb2599a5bd6715ef5311fa.tar.gz
gcc-45fa5f9f144c2cf44fcb2599a5bd6715ef5311fa.tar.bz2
Removed extra ';;'
From-SVN: r28516
-rwxr-xr-xboehm-gc/configure1
-rw-r--r--boehm-gc/configure.in1
2 files changed, 0 insertions, 2 deletions
diff --git a/boehm-gc/configure b/boehm-gc/configure
index 91dfc8b..44293c4 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 4546647..e2777cc 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)