Re: Pass multiple same options to rtems_linkflags

2014-07-27 Thread Peng Fan
Hi, 2014-07-26 9:28 GMT+08:00 Chris Johns chr...@rtems.org: On 26/07/2014 12:25 am, Peng Fan wrote: Hi Chris, I build a rap file using such a command : rtems-ld --lib-path /opt/rtems-4.11/arm-rtems4.11/realview_pbx_a9_qemu/lib --lib m --lib rtemscpu --lib rtemsbsp --base rtld.prelink

Re: Pass multiple same options to rtems_linkflags

2014-07-27 Thread Peng Fan
Sorry. The patch is in the attachment. Missed it just now. 2014-07-27 22:00 GMT+08:00 Peng Fan van.free...@gmail.com: Hi, 2014-07-26 9:28 GMT+08:00 Chris Johns chr...@rtems.org: On 26/07/2014 12:25 am, Peng Fan wrote: Hi Chris, I build a rap file using such a command : rtems-ld

Re: [PATCH] RTEMS thread model configuration

2014-07-27 Thread Chris Johns
On 26/07/2014 9:01 pm, Sebastian Huber wrote: The command line to build a GCC for RTEMS contained virtually always a '--enable-threads'. This patch helps to avoid this extra configuration command line parameter and makes the GCC build a bit more user friendly for RTEMS. +1 This patch

Re: Pass multiple same options to rtems_linkflags

2014-07-27 Thread Chris Johns
On 28/07/2014 12:01 am, Peng Fan wrote: Sorry. The patch is in the attachment. Missed it just now. The patch looks fine and it is nice solution. Maybe the RTL parts should be merged into the git://git.rtems.org/chrisj/rtems_waf.git repo and the rtl.git repo made to reference this repo. The