Re: [PATCH] RTL: Fix options handle and add a new option to rtems-ld

2014-09-08 Thread Chris Johns
On 9/09/2014 12:32 am, Peng Fan wrote: 2014-09-08 14:16 GMT+08:00 Chris Johns mailto:chr...@rtems.org>>: The rtems-tld currently has a little bit more code to set the compiler and linker. This is useful if you want to use absolute paths to the compiler and linker rather than depend

Re: [PATCH] RTL: Fix options handle and add a new option to rtems-ld

2014-09-08 Thread Peng Fan
Hi Chris, 2014-09-08 14:16 GMT+08:00 Chris Johns : > On 18/08/2014 12:17 am, Peng Fan wrote: > >> >> 2014-08-16 10:51 GMT+08:00 Chris Johns > >: >> On 15/08/2014 7:37 pm, Peng Fan wrote: >> On 08/15/2014 04:15 PM, Chris Johns wrote:> >> I think th

Re: [PATCH] RTL: Fix options handle and add a new option to rtems-ld

2014-09-07 Thread Chris Johns
On 18/08/2014 12:17 am, Peng Fan wrote: 2014-08-16 10:51 GMT+08:00 Chris Johns mailto:chr...@rtems.org>>: On 15/08/2014 7:37 pm, Peng Fan wrote: On 08/15/2014 04:15 PM, Chris Johns wrote:> I think the user should manage this in their build environment. The

Re: [PATCH] RTL: Fix options handle and add a new option to rtems-ld

2014-08-17 Thread Peng Fan
2014-08-16 10:51 GMT+08:00 Chris Johns : > On 15/08/2014 7:37 pm, Peng Fan wrote: > >> >> On 08/15/2014 04:15 PM, Chris Johns wrote: >> >>> On 14/08/2014 11:21 am, Peng Fan wrote: >>> Hi, I have a two days travel, so this reply is late. 2014-08-12 10:56 GMT+08:00 Chris Joh

Re: [PATCH] RTL: Fix options handle and add a new option to rtems-ld

2014-08-15 Thread Chris Johns
On 15/08/2014 7:37 pm, Peng Fan wrote: On 08/15/2014 04:15 PM, Chris Johns wrote: On 14/08/2014 11:21 am, Peng Fan wrote: Hi, I have a two days travel, so this reply is late. 2014-08-12 10:56 GMT+08:00 Chris Johns mailto:chr...@rtems.org>>: On 11/08/2014 12:24 am, Peng Fan wrote:

Re: [PATCH] RTL: Fix options handle and add a new option to rtems-ld

2014-08-15 Thread Peng Fan
On 08/15/2014 04:15 PM, Chris Johns wrote: On 14/08/2014 11:21 am, Peng Fan wrote: Hi, I have a two days travel, so this reply is late. 2014-08-12 10:56 GMT+08:00 Chris Johns mailto:chr...@rtems.org>>: On 11/08/2014 12:24 am, Peng Fan wrote: 1. Fix getopt_long usage in rtl host

Re: [PATCH] RTL: Fix options handle and add a new option to rtems-ld

2014-08-15 Thread Chris Johns
On 14/08/2014 11:21 am, Peng Fan wrote: Hi, I have a two days travel, so this reply is late. 2014-08-12 10:56 GMT+08:00 Chris Johns mailto:chr...@rtems.org>>: On 11/08/2014 12:24 am, Peng Fan wrote: 1. Fix getopt_long usage in rtl host. some shorthand options are not hanl

Re: [PATCH] RTL: Fix options handle and add a new option to rtems-ld

2014-08-13 Thread Peng Fan
Hi, I have a two days travel, so this reply is late. 2014-08-12 10:56 GMT+08:00 Chris Johns : > On 11/08/2014 12:24 am, Peng Fan wrote: > >> >> 1. Fix getopt_long usage in rtl host. some shorthand options are not >> hanlded correctly, this patch fixes it. >> > > Thanks for cleaning this up. > >

Re: [PATCH] RTL: Fix options handle and add a new option to rtems-ld

2014-08-11 Thread Chris Johns
On 11/08/2014 12:24 am, Peng Fan wrote: 1. Fix getopt_long usage in rtl host. some shorthand options are not hanlded correctly, this patch fixes it. Thanks for cleaning this up. 2. Add a new option '--mach-flags'/'-m' to rtems-ld. This optarg of this option will be passed to xx-rtemsxx-gcc,

[PATCH] RTL: Fix options handle and add a new option to rtems-ld

2014-08-10 Thread Peng Fan
Hi, 1. Fix getopt_long usage in rtl host. some shorthand options are not hanlded correctly, this patch fixes it. 2. Add a new option '--mach-flags'/'-m' to rtems-ld. This optarg of this option will be passed to xx-rtemsxx-gcc, it will be used the search lib dirs. Detailed msg is in the commit log