Add i386-*-freebsd* entry.

This commit is contained in:
Nick Clifton 2003-05-29 18:17:55 +00:00
parent 561c27b2bb
commit a197c3519c
3 changed files with 176 additions and 169 deletions

View File

@ -1,3 +1,8 @@
2003-05-29 Nick Clifton <nickc@redhat.com>
* configure.in: Add i386-*-freebsd* entry.
* configure: Regenerate.
2003-05-29 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
* config/tc-m32r.c: Amend comment to refer to Renesas

339
gas/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -271,6 +271,7 @@ changequote(,)dnl
i386-*-freebsd[12].*) fmt=aout em=386bsd ;;
i386-*-freebsd[12]) fmt=aout em=386bsd ;;
changequote([,])dnl
i386-*-freebsd*) fmt=elf em=freebsd ;;
i386-*-sysv*) fmt=coff ;;
i386-*-sco3.2v5*coff) fmt=coff ;;
i386-*-isc*) fmt=coff ;;