aboutsummaryrefslogtreecommitdiff
path: root/bfd/config.bfd
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2004-01-02 16:37:12 +0000
committerNick Clifton <nickc@redhat.com>2004-01-02 16:37:12 +0000
commitb50c15dce92e1bd88e423b3e42dcad97810692bb (patch)
treed7a1f4d0d153b38726fc25522dcea073d41a8fa2 /bfd/config.bfd
parent162467d3b43602b0587e196d533e144cf1fe84dd (diff)
downloadfsf-binutils-gdb-b50c15dce92e1bd88e423b3e42dcad97810692bb.zip
fsf-binutils-gdb-b50c15dce92e1bd88e423b3e42dcad97810692bb.tar.gz
fsf-binutils-gdb-b50c15dce92e1bd88e423b3e42dcad97810692bb.tar.bz2
Add m68k-uclinux target
Diffstat (limited to 'bfd/config.bfd')
-rw-r--r--bfd/config.bfd2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd
index 4987bce..152d393 100644
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -651,7 +651,7 @@ case "${targ}" in
targ_defvec=m68kcoff_vec
targ_selvecs="m68kcoff_vec versados_vec ieee_vec aout0_big_vec"
;;
- m68*-*-elf* | m68*-*-sysv4*)
+ m68*-*-elf* | m68*-*-sysv4* | m68*-*-uclinux*)
targ_defvec=bfd_elf32_m68k_vec
targ_selvecs="m68kcoff_vec ieee_vec"
;;