* configure.tgt: Set emulation for mips-*-openbsd*.

Remove broken mips-dec-openbsd* config.
* configure.in: Set default ABI for mips64-*-openbsd*.
* configure: Regenerate.
This commit is contained in:
Mark Kettenis 2005-04-14 16:55:49 +00:00
parent 39a59cf89e
commit 26eebcf553
4 changed files with 14 additions and 2 deletions

View File

@ -1,3 +1,10 @@
2005-04-14 Mark Kettenis <kettenis@gnu.org>
* configure.tgt: Set emulation for mips-*-openbsd*.
Remove broken mips-dec-openbsd* config.
* configure.in: Set default ABI for mips64-*-openbsd*.
* configure: Regenerate.
2005-04-14 Maciej W. Rozycki <macro@linux-mips.org>
* config/tc-mips.c (macro) [ldd_std]: Don't attempt the GP

3
gas/configure vendored
View File

@ -4605,6 +4605,9 @@ echo "$as_me: error: $target_cpu isn't a supported MIPS CPU name" >&2;}
mips*-linux*)
mips_default_abi=O32_ABI
;;
mips64*-openbsd*)
mips_default_abi=N64_ABI
;;
*)
mips_default_abi=NO_ABI
;;

View File

@ -246,6 +246,9 @@ changequote([,])dnl
mips*-linux*)
mips_default_abi=O32_ABI
;;
mips64*-openbsd*)
mips_default_abi=N64_ABI
;;
*)
mips_default_abi=NO_ABI
;;

View File

@ -284,7 +284,6 @@ case ${generic_target} in
mcore-*-pe) fmt=coff em=pe bfd_gas=yes ;;
# don't change em like *-*-bsd does
mips-dec-openbsd*) fmt=elf endian=little ;;
mips-sony-bsd*) fmt=ecoff ;;
mips-*-ultrix*) fmt=ecoff endian=little ;;
mips-*-osf*) fmt=ecoff endian=little ;;
@ -300,7 +299,7 @@ case ${generic_target} in
mips-*-sysv*) fmt=ecoff ;;
mips-*-elf* | mips-*-rtems*) fmt=elf ;;
mips-*-netbsd*) fmt=elf ;;
mips-*-openbsd*) fmt=elf ;;
mips-*-openbsd*) fmt=elf em=tmips ;;
mmix-*-*) fmt=elf ;;