[Bug target/52989] Installation error on OS X (arm-eabi) cross-compiler

2012-11-27 Thread ramana at gcc dot gnu.org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52989



Ramana Radhakrishnan ramana at gcc dot gnu.org changed:



   What|Removed |Added



 Status|UNCONFIRMED |NEW

   Last reconfirmed||2012-11-28

 Ever Confirmed|0   |1

   Severity|normal  |enhancement



--- Comment #5 from Ramana Radhakrishnan ramana at gcc dot gnu.org 2012-11-28 
03:28:29 UTC ---

ARM doesn't yet have --with-multilib-list . that possibly needs fixing up .


[Bug target/52989] Installation error on OS X (arm-eabi) cross-compiler

2012-06-18 Thread eblot.ml at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52989

--- Comment #3 from Emmanuel Blot eblot.ml at gmail dot com 2012-06-18 
14:06:43 UTC ---
(In reply to comment #2)
 (In reply to comment #1)
 I don't think we support --with-multilib-list yet for arm - 
If not, what is the proper way to specify the libraries to build for ARM
(regular ARM ISA and Thumb-1 ISA)?


[Bug target/52989] Installation error on OS X (arm-eabi) cross-compiler

2012-06-18 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52989

--- Comment #4 from Andrew Pinski pinskia at gcc dot gnu.org 2012-06-18 
15:47:16 UTC ---
(In reply to comment #3)
 (In reply to comment #2)
  (In reply to comment #1)
  I don't think we support --with-multilib-list yet for arm - 
 If not, what is the proper way to specify the libraries to build for ARM
 (regular ARM ISA and Thumb-1 ISA)?

You have to edit the t-arm-elf but the default is to enable arm and thumb
multilibs.


[Bug target/52989] Installation error on OS X (arm-eabi) cross-compiler

2012-05-16 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52989

Ramana Radhakrishnan ramana at gcc dot gnu.org changed:

   What|Removed |Added

 CC||ramana at gcc dot gnu.org

--- Comment #2 from Ramana Radhakrishnan ramana at gcc dot gnu.org 2012-05-16 
09:41:33 UTC ---
(In reply to comment #1)
 --with-multilib-list=interwork
 
 Maybe that is broken.

I don't think we support --with-multilib-list yet for arm - 

ramana


[Bug target/52989] Installation error on OS X (arm-eabi) cross-compiler

2012-04-23 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52989

Andrew Pinski pinskia at gcc dot gnu.org changed:

   What|Removed |Added

   Keywords||build
 Target||arm-eabi
  Component|other   |target

--- Comment #1 from Andrew Pinski pinskia at gcc dot gnu.org 2012-04-24 
04:26:31 UTC ---
--with-multilib-list=interwork

Maybe that is broken.