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 /ld | |
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 'ld')
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/configure.tgt | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index b6ac62f..53a9b88 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2008-01-28 Fabian Groffen <grobian@gentoo.org> + + * configure.tgt (x86_64-*-solaris2): Add support for this target. + 2008-01-28 Vincent Riviere <vincent.riviere@freesbee.fr> PR ld/5652 diff --git a/ld/configure.tgt b/ld/configure.tgt index e897d1e..0f3a454 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -206,6 +206,11 @@ i[3-7]86-*-solaris2*) targ_emul=elf_i386_ldso targ_extra_emuls="elf_i386 elf_x86_64" targ_extra_libpath=$targ_extra_emuls ;; +x86_64-*-solaris2*) + targ_emul=elf_x86_64 + targ_extra_emuls="elf_i386 elf_i386_ldso" + targ_extra_libpath=elf_i386 + tdir_elf_i386=`echo ${targ_alias} | sed -e 's/x86_64/i386/'` ;; i[3-7]86-*-unixware) targ_emul=elf_i386 ;; i[3-7]86-*-solaris*) targ_emul=elf_i386_ldso targ_extra_emuls="elf_i386" |