diff options
author | Nick Clifton <nickc@redhat.com> | 2004-01-02 16:37:12 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-01-02 16:37:12 +0000 |
commit | b50c15dce92e1bd88e423b3e42dcad97810692bb (patch) | |
tree | d7a1f4d0d153b38726fc25522dcea073d41a8fa2 /gas/configure.in | |
parent | 162467d3b43602b0587e196d533e144cf1fe84dd (diff) | |
download | gdb-b50c15dce92e1bd88e423b3e42dcad97810692bb.zip gdb-b50c15dce92e1bd88e423b3e42dcad97810692bb.tar.gz gdb-b50c15dce92e1bd88e423b3e42dcad97810692bb.tar.bz2 |
Add m68k-uclinux target
Diffstat (limited to 'gas/configure.in')
-rw-r--r-- | gas/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/configure.in b/gas/configure.in index 514fee4..2d93594 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -359,6 +359,7 @@ changequote([,])dnl m68k-*-hpux*) fmt=hp300 em=hp300 ;; m68k-*-linux*aout*) fmt=aout em=linux ;; m68k-*-linux-gnu*) fmt=elf em=linux ;; + m68k-*-uclinux*) fmt=elf ;; m68k-*-gnu*) fmt=elf ;; m68k-*-lynxos*) fmt=coff em=lynx ;; m68k-*-netbsdelf*) fmt=elf em=nbsd ;; |