GCC with patches for OS216
Revision | e37bbf01f6afabf61299f6f0959f282ae0a7d8e6 (tree) |
---|---|
Zeit | 1999-08-05 04:54:32 |
Autor | Rainer Orth <ro@Tech...> |
Commiter | 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: r28504
@@ -1,3 +1,7 @@ | ||
1 | +Mon Aug 2 23:09:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> | |
2 | + | |
3 | + * configure.in (machdep): Use mips_ultrix_mach_dep.s on Ultrix V4. | |
4 | + | |
1 | 5 | 1999-08-02 Tom Tromey <tromey@cygnus.com> |
2 | 6 | |
3 | 7 | * aclocal.m4, configure: Rebuilt for new libtool. |
@@ -2394,12 +2394,6 @@ case "$host" in | ||
2394 | 2394 | alpha*-*-*) |
2395 | 2395 | machdep="alpha_mach_dep.lo" |
2396 | 2396 | ;; |
2397 | - mips-*-*) | |
2398 | - machdep="mips_sgi_mach_dep.lo" | |
2399 | - cat >> confdefs.h <<\EOF | |
2400 | -#define NO_EXECUTE_PERMISSION 1 | |
2401 | -EOF | |
2402 | - | |
2403 | 2397 | ;; |
2404 | 2398 | mipstx39-*-elf*) |
2405 | 2399 | machdep="mips_ultrix_mach_dep.lo" |
@@ -2412,6 +2406,15 @@ EOF | ||
2412 | 2406 | EOF |
2413 | 2407 | |
2414 | 2408 | ;; |
2409 | + mips-dec-ultrix*) | |
2410 | + machdep="mips_ultrix_mach-dep.lo" | |
2411 | + ;; | |
2412 | + mips-*-*) | |
2413 | + machdep="mips_sgi_mach_dep.lo" | |
2414 | + cat >> confdefs.h <<\EOF | |
2415 | +#define NO_EXECUTE_PERMISSION 1 | |
2416 | +EOF | |
2417 | + | |
2415 | 2418 | sparc-sun-solaris2.3*) |
2416 | 2419 | cat >> confdefs.h <<\EOF |
2417 | 2420 | #define SUNOS53_SHARED_LIB 1 |
@@ -137,15 +137,18 @@ case "$host" in | ||
137 | 137 | alpha*-*-*) |
138 | 138 | machdep="alpha_mach_dep.lo" |
139 | 139 | ;; |
140 | - mips-*-*) | |
141 | - machdep="mips_sgi_mach_dep.lo" | |
142 | - AC_DEFINE(NO_EXECUTE_PERMISSION) | |
143 | 140 | ;; |
144 | 141 | mipstx39-*-elf*) |
145 | 142 | machdep="mips_ultrix_mach_dep.lo" |
146 | 143 | AC_DEFINE(STACKBASE, __stackbase) |
147 | 144 | AC_DEFINE(DATASTART_IS_ETEXT) |
148 | 145 | ;; |
146 | + mips-dec-ultrix*) | |
147 | + machdep="mips_ultrix_mach-dep.lo" | |
148 | + ;; | |
149 | + mips-*-*) | |
150 | + machdep="mips_sgi_mach_dep.lo" | |
151 | + AC_DEFINE(NO_EXECUTE_PERMISSION) | |
149 | 152 | sparc-sun-solaris2.3*) |
150 | 153 | AC_DEFINE(SUNOS53_SHARED_LIB) |
151 | 154 | ;; |