diff options
author | Nick Clifton <nickc@redhat.com> | 2008-01-28 16:57:22 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2008-01-28 16:57:22 +0000 |
commit | 00b2bfc1241710d4afc34d7b123a6c0ea8b609e5 (patch) | |
tree | 3aed6f27d3d9ff054b63147522a08e71af42f97f /bfd/config.bfd | |
parent | e36ea2deae43832a148ed5ef19ca125704b7a7b4 (diff) | |
download | gdb-00b2bfc1241710d4afc34d7b123a6c0ea8b609e5.zip gdb-00b2bfc1241710d4afc34d7b123a6c0ea8b609e5.tar.gz gdb-00b2bfc1241710d4afc34d7b123a6c0ea8b609e5.tar.bz2 |
* config.bfd (x86_64-*-solaris2): Add support for this target.
* configure.tgt (x86_64-*-solaris2): Add support for this target.
Diffstat (limited to 'bfd/config.bfd')
-rw-r--r-- | bfd/config.bfd | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd index fdce6a5..69a70f6 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -489,6 +489,13 @@ case "${targ}" in targ64_selvecs=bfd_elf64_x86_64_vec want64=true ;; +#ifdef BFD64 + x86_64-*-solaris2*) + targ_defvec=bfd_elf32_i386_vec + targ_selvecs="bfd_elf64_x86_64_vec i386coff_vec" + want64=true + ;; +#endif i[3-7]86-*-kaos*) targ_defvec=bfd_elf32_i386_vec targ_selvecs=bfd_elf32_i386_vec |