From mboxrd@z Thu Jan 1 00:00:00 1970 From: Assar Westerlund To: binutils@sourceware.cygnus.com Subject: binutils for sparc64-*-solaris2 Date: Thu, 01 Jul 1999 00:00:00 -0000 Message-id: <5logjogznj.fsf@assaris.sics.se> X-SW-Source: 1999-q2/msg00032.html Hi, with the simple appended patch, binutils (at least gas) seems to work fine on sparc64-*-solaris2. Pray tell me if this is the right way of fixing this. /assar Index: bfd/config.bfd =================================================================== RCS file: /cvs/binutils/binutils/bfd/config.bfd,v retrieving revision 1.1.1.1 diff -u -w -u -w -r1.1.1.1 config.bfd --- config.bfd 1999/05/03 07:28:54 1.1.1.1 +++ config.bfd 1999/05/14 02:16:08 @@ -624,6 +624,10 @@ targ_defvec=bfd_elf64_sparc_vec targ_selvecs=bfd_elf32_sparc_vec ;; + sparc64-*-solaris2*) + targ_defvec=bfd_elf64_sparc_vec + targ_selvecs=bfd_elf32_sparc_vec + ;; #endif /* BFD64 */ sparc*-*-coff*) targ_defvec=sparccoff_vec