diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-08-04 19:51:34 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-08-04 19:51:34 +0000 |
commit | bceba7e3f9c47f464d2e93e152bbbeefcf86b4bd (patch) | |
tree | dcd88c5bef7e472ec8ed996690e874a446b25ccf /boehm-gc/configure.in | |
parent | 53c293b6af788be05f61429c15c1302e0feee402 (diff) | |
download | gcc-bceba7e3f9c47f464d2e93e152bbbeefcf86b4bd.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28503 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/configure.in')
-rw-r--r-- | boehm-gc/configure.in | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/boehm-gc/configure.in b/boehm-gc/configure.in index f14a677d9fe..c39f3e27c7a 100644 --- a/boehm-gc/configure.in +++ b/boehm-gc/configure.in @@ -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) ;; |