2001-06-07 H.J. Lu <hjl@gnu.org>
* configure.in: Move "mips-*-linux-gnu*" before "mips-*-gnu*". * configure: Regenerate.
This commit is contained in:
parent
8f45b7fe58
commit
f85f789b4c
@ -1,3 +1,8 @@
|
||||
2001-06-07 H.J. Lu <hjl@gnu.org>
|
||||
|
||||
* configure.in: Move "mips-*-linux-gnu*" before "mips-*-gnu*".
|
||||
* configure: Regenerate.
|
||||
|
||||
2001-06-07 H.J. Lu <hjl@gnu.org>
|
||||
|
||||
* configure.in: Use MIPS_STABS_ELF for Linux/mips and remove
|
||||
|
4
gas/configure
vendored
4
gas/configure
vendored
@ -2474,8 +2474,6 @@ EOF
|
||||
mips-*-irix*) fmt=ecoff ;;
|
||||
mips-*-lnews*) fmt=ecoff em=lnews ;;
|
||||
mips-*-riscos*) fmt=ecoff ;;
|
||||
mips-*-sysv4*MP* | mips-*-gnu*)
|
||||
fmt=elf em=tmips ;;
|
||||
mips-*-linux-gnu*)
|
||||
fmt=elf em=tmips
|
||||
cat >> confdefs.h <<\EOF
|
||||
@ -2483,6 +2481,8 @@ EOF
|
||||
EOF
|
||||
|
||||
;;
|
||||
mips-*-sysv4*MP* | mips-*-gnu*)
|
||||
fmt=elf em=tmips ;;
|
||||
mips-*-sysv*) fmt=ecoff ;;
|
||||
mips-*-elf* | mips-*-rtems* | mips-*-openbsd*)
|
||||
fmt=elf ;;
|
||||
|
@ -346,13 +346,13 @@ changequote([,])dnl
|
||||
mips-*-irix*) fmt=ecoff ;;
|
||||
mips-*-lnews*) fmt=ecoff em=lnews ;;
|
||||
mips-*-riscos*) fmt=ecoff ;;
|
||||
mips-*-sysv4*MP* | mips-*-gnu*)
|
||||
fmt=elf em=tmips ;;
|
||||
mips-*-linux-gnu*)
|
||||
fmt=elf em=tmips
|
||||
AC_DEFINE(MIPS_STABS_ELF, 1,
|
||||
[Use ELF stabs for MIPS, not ECOFF stabs])
|
||||
;;
|
||||
mips-*-sysv4*MP* | mips-*-gnu*)
|
||||
fmt=elf em=tmips ;;
|
||||
mips-*-sysv*) fmt=ecoff ;;
|
||||
mips-*-elf* | mips-*-rtems* | mips-*-openbsd*)
|
||||
fmt=elf ;;
|
||||
|
Loading…
Reference in New Issue
Block a user