Add OpenBSD ARM GAS support.

This commit is contained in:
Frederic Cambus 2023-01-20 10:46:37 +00:00 committed by Nick Clifton
parent a2e2f5ad74
commit 2e175383bf
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2023-01-20 Frederic Cambus <fred@statdns.com>
* configure.tgt (arm-*-openbsd*): Add target.
2023-01-16 Nick Clifton <nickc@redhat.com>
* po/ru.po: Updated Russian translation.

View File

@ -159,7 +159,7 @@ case ${generic_target} in
arm-*-uclinux*eabi*) fmt=elf em=armlinuxeabi ;;
arm-*-uclinux*) fmt=elf em=linux ;;
arm-*-nacl*) fmt=elf em=nacl ;;
arm-*-netbsd*) fmt=elf em=nbsd ;;
arm-*-netbsd* | arm-*-openbsd*) fmt=elf em=nbsd ;;
arm-*-nto*) fmt=elf ;;
arm-wince-pe | arm-*-wince | arm*-*-mingw32ce* | arm*-*-cegcc*)
fmt=coff em=wince-pe ;;