diff options
author | Nick Clifton <nickc@redhat.com> | 2011-03-28 11:18:27 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2011-03-28 11:18:27 +0000 |
commit | 5b806d279379d653094d290ae57498ad4ddd6cbf (patch) | |
tree | d3966f050b1757f3c84268f6b56c4c1ff3c23d58 /gas/configure.tgt | |
parent | f31d24a0a1236c774e77b9bdb69eab870dddb8e9 (diff) | |
download | gdb-5b806d279379d653094d290ae57498ad4ddd6cbf.zip gdb-5b806d279379d653094d290ae57498ad4ddd6cbf.tar.gz gdb-5b806d279379d653094d290ae57498ad4ddd6cbf.tar.bz2 |
Add support for DragonFlyBSD target.
Diffstat (limited to 'gas/configure.tgt')
-rw-r--r-- | gas/configure.tgt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gas/configure.tgt b/gas/configure.tgt index 8ce9003..a01ff6c 100644 --- a/gas/configure.tgt +++ b/gas/configure.tgt @@ -205,8 +205,8 @@ case ${generic_target} in i386-*-freebsdaout*) fmt=aout em=386bsd ;; i386-*-freebsd[12].*) fmt=aout em=386bsd ;; i386-*-freebsd[12]) fmt=aout em=386bsd ;; - i386-*-freebsd* | i386-*-kfreebsd*-gnu | i386-*-dragonfly*) - fmt=elf em=freebsd ;; + i386-*-freebsd* \ + | i386-*-kfreebsd*-gnu) fmt=elf em=freebsd ;; i386-*-sysv*) fmt=coff ;; i386-*-sco3.2v5*coff) fmt=coff ;; i386-*-isc*) fmt=coff ;; @@ -421,6 +421,7 @@ case ${generic_target} in z8k-*-coff | z8k-*-sim) fmt=coff ;; *-*-aout | *-*-scout) fmt=aout ;; + *-*-dragonfly*) fmt=elf em=dragonfly ;; *-*-freebsd* | *-*-kfreebsd*-gnu) fmt=elf em=freebsd ;; *-*-bsd*) fmt=aout em=sun3 ;; *-*-generic) fmt=generic ;; |