Commit 276836f0 by Rainer Orth Committed by Tom Tromey

configure.in (machdep): Use mips_ultrix_mach_dep.s on Ultrix V4.

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: r28503
parent 6c0c4022
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-03 Tom Tromey <tromey@cygnus.com> 1999-08-03 Tom Tromey <tromey@cygnus.com>
* gc_priv.h (GC_test_and_set): Implementation for Linux PPC from * gc_priv.h (GC_test_and_set): Implementation for Linux PPC from
......
...@@ -2394,12 +2394,6 @@ case "$host" in ...@@ -2394,12 +2394,6 @@ case "$host" in
alpha*-*-*) alpha*-*-*)
machdep="alpha_mach_dep.lo" machdep="alpha_mach_dep.lo"
;; ;;
mips-*-*)
machdep="mips_sgi_mach_dep.lo"
cat >> confdefs.h <<\EOF
#define NO_EXECUTE_PERMISSION 1
EOF
;; ;;
mipstx39-*-elf*) mipstx39-*-elf*)
machdep="mips_ultrix_mach_dep.lo" machdep="mips_ultrix_mach_dep.lo"
...@@ -2412,6 +2406,15 @@ EOF ...@@ -2412,6 +2406,15 @@ EOF
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*) sparc-sun-solaris2.3*)
cat >> confdefs.h <<\EOF cat >> confdefs.h <<\EOF
#define SUNOS53_SHARED_LIB 1 #define SUNOS53_SHARED_LIB 1
......
...@@ -137,15 +137,18 @@ case "$host" in ...@@ -137,15 +137,18 @@ case "$host" in
alpha*-*-*) alpha*-*-*)
machdep="alpha_mach_dep.lo" machdep="alpha_mach_dep.lo"
;; ;;
mips-*-*)
machdep="mips_sgi_mach_dep.lo"
AC_DEFINE(NO_EXECUTE_PERMISSION)
;; ;;
mipstx39-*-elf*) mipstx39-*-elf*)
machdep="mips_ultrix_mach_dep.lo" machdep="mips_ultrix_mach_dep.lo"
AC_DEFINE(STACKBASE, __stackbase) AC_DEFINE(STACKBASE, __stackbase)
AC_DEFINE(DATASTART_IS_ETEXT) 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*) sparc-sun-solaris2.3*)
AC_DEFINE(SUNOS53_SHARED_LIB) AC_DEFINE(SUNOS53_SHARED_LIB)
;; ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment