This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

patch for config.bfd from binutils


Hello all,

I don't know if anyone spot it already, but I'm just building from hot
svn version and it's not here, so I'm posting this... I don't know if
it's a proper place for this, so if it's not, please point me in the
right direction :)

I'm building arm-arm920t-linux-uclibcgnueabi cross and BFD from
binutils needs such a patch:

*** orig/config.bfd	Mon Jan 31 17:18:47 2005
--- config.bfd	Fri May 22 22:47:38 2009
***************
*** 237,243 ****
      ;;
    arm-*-elf | arm-*-freebsd* | arm*-*-linux-gnu* | arm*-*-conix* | \
    arm*-*-uclinux* | arm-*-kfreebsd*-gnu | \
!   arm*-*-eabi* )
      targ_defvec=bfd_elf32_littlearm_vec
      targ_selvecs=bfd_elf32_bigarm_vec
      ;;
--- 237,243 ----
      ;;
    arm-*-elf | arm-*-freebsd* | arm*-*-linux-gnu* | arm*-*-conix* | \
    arm*-*-uclinux* | arm-*-kfreebsd*-gnu | \
!   arm*-*-eabi* | arm-*-linux-uclibc* )
      targ_defvec=bfd_elf32_littlearm_vec
      targ_selvecs=bfd_elf32_bigarm_vec
      ;;


cheers
-- 
Piotr "utak3r" Borys
http://utak3r.pl

--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]