diff options
author | Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> | 1999-08-04 19:51:34 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 1999-08-04 19:51:34 +0000 |
commit | 276836f0fdd23f8e47c04f1555aa5a64953712e5 (patch) | |
tree | dcd88c5bef7e472ec8ed996690e874a446b25ccf /boehm-gc/configure | |
parent | 6c0c402240cf54622b4f78695383bdec3fcc153e (diff) | |
download | gcc-276836f0fdd23f8e47c04f1555aa5a64953712e5.tar.gz |
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
Diffstat (limited to 'boehm-gc/configure')
-rwxr-xr-x | boehm-gc/configure | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/boehm-gc/configure b/boehm-gc/configure index faebc05a081..739898c4574 100755 --- a/boehm-gc/configure +++ b/boehm-gc/configure @@ -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 |