]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
configure.in (machdep): Use mips_ultrix_mach_dep.s on Ultrix V4.
authorRainer Orth <ro@TechFak.Uni-Bielefeld.DE>
Wed, 4 Aug 1999 19:54:32 +0000 (19:54 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Wed, 4 Aug 1999 19:54:32 +0000 (19:54 +0000)
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.

From-SVN: r28504

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

index 04d303f504ae2f2b10852bff2d889ec11a8b4512..b9332105384b27ccc91a097f587d9ce355942e69 100644 (file)
@@ -1,3 +1,7 @@
+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.
+
 1999-08-02  Tom Tromey  <tromey@cygnus.com>
 
        * aclocal.m4, configure: Rebuilt for new libtool.
index faebc05a081e1700eb984405188c32c286450a1f..739898c4574cb74b3a73f88e831bd8231cf8e29f 100755 (executable)
@@ -2394,12 +2394,6 @@ case "$host" in
  alpha*-*-*)
     machdep="alpha_mach_dep.lo"
     ;;
- mips-*-*)
-    machdep="mips_sgi_mach_dep.lo"
-    cat >> confdefs.h <<\EOF
-#define NO_EXECUTE_PERMISSION 1
-EOF
-
     ;;
  mipstx39-*-elf*)
     machdep="mips_ultrix_mach_dep.lo"
@@ -2412,6 +2406,15 @@ EOF
 EOF
 
     ;;
+ mips-dec-ultrix*)
+    machdep="mips_ultrix_mach-dep.lo"
+    ;;
+ mips-*-*)
+    machdep="mips_sgi_mach_dep.lo"
+    cat >> confdefs.h <<\EOF
+#define NO_EXECUTE_PERMISSION 1
+EOF
+
  sparc-sun-solaris2.3*)
     cat >> confdefs.h <<\EOF
 #define SUNOS53_SHARED_LIB 1
index f14a677d9fed115a428eb903c8c8b9fcca60e7e6..c39f3e27c7af14c6f6dca8c3d40072a87dd4d773 100644 (file)
@@ -137,15 +137,18 @@ case "$host" in
  alpha*-*-*)
     machdep="alpha_mach_dep.lo"
     ;;
- mips-*-*)
-    machdep="mips_sgi_mach_dep.lo"
-    AC_DEFINE(NO_EXECUTE_PERMISSION)
     ;;
  mipstx39-*-elf*)
     machdep="mips_ultrix_mach_dep.lo"
     AC_DEFINE(STACKBASE, __stackbase)
     AC_DEFINE(DATASTART_IS_ETEXT)
     ;;
+ mips-dec-ultrix*)
+    machdep="mips_ultrix_mach-dep.lo"
+    ;;
+ mips-*-*)
+    machdep="mips_sgi_mach_dep.lo"
+    AC_DEFINE(NO_EXECUTE_PERMISSION)
  sparc-sun-solaris2.3*)
     AC_DEFINE(SUNOS53_SHARED_LIB)
     ;;