]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* configure.in: Added missing `;;'. From Anthony Green.
authorTom Tromey <tromey@cygnus.com>
Wed, 4 Aug 1999 20:53:52 +0000 (20:53 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Wed, 4 Aug 1999 20:53:52 +0000 (20:53 +0000)
From-SVN: r28515

boehm-gc/ChangeLog
boehm-gc/configure
boehm-gc/configure.in

index b9332105384b27ccc91a097f587d9ce355942e69..6b995afaaa6aeaa9db80cf44927a5e08d760b206 100644 (file)
@@ -1,3 +1,7 @@
+1999-08-04  Tom Tromey  <tromey@cygnus.com>
+
+       * configure.in: Added missing `;;'.  From Anthony Green.
+
 Mon Aug  2 23:09:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
 
        * configure.in (machdep): Use mips_ultrix_mach_dep.s on Ultrix V4.
index 739898c4574cb74b3a73f88e831bd8231cf8e29f..44293c433c2ae848e019a91a2fa63746f623172e 100755 (executable)
@@ -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
@@ -2415,6 +2414,7 @@ EOF
 #define NO_EXECUTE_PERMISSION 1
 EOF
 
+    ;;
  sparc-sun-solaris2.3*)
     cat >> confdefs.h <<\EOF
 #define SUNOS53_SHARED_LIB 1
index c39f3e27c7af14c6f6dca8c3d40072a87dd4d773..e2777cca6714f61bf4e91850df710df92b9443dc 100644 (file)
@@ -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)
@@ -149,6 +148,7 @@ case "$host" in
  mips-*-*)
     machdep="mips_sgi_mach_dep.lo"
     AC_DEFINE(NO_EXECUTE_PERMISSION)
+    ;;
  sparc-sun-solaris2.3*)
     AC_DEFINE(SUNOS53_SHARED_LIB)
     ;;