Mailing List Archive

[PATCH] Support bare-metal -eabi targets with newlib
binutils wants the tuple to end with -eabi, so I needed the attached
patch.


//Peter
Re: [PATCH] Support bare-metal -eabi targets with newlib [ In reply to ]
On Saturday, October 09, 2010 20:53:20 Peter Stuge wrote:
> binutils wants the tuple to end with -eabi, so I needed the attached
> patch.

thanks ... merged now

btw, you can use `git send-email` to send the patch rather than manually
attaching it ...
-mike
Re: [PATCH] Support bare-metal -eabi targets with newlib [ In reply to ]
Mike Frysinger wrote:
> thanks ... merged now

Great!


> btw, you can use `git send-email` to send the patch rather than
> manually attaching it ...

Thanks for the hint. I looked at send-email before but didn't take
the time to set it up. Very handy. I've done some configuration now
and will try it out. :)


//Peter