mirror of git://gcc.gnu.org/git/gcc.git
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
This commit is contained in:
parent
6c0c402240
commit
276836f0fd
|
@ -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-03 Tom Tromey <tromey@cygnus.com>
|
||||
|
||||
* gc_priv.h (GC_test_and_set): Implementation for Linux PPC from
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue