Re: moxie-rtems patch for libgcc/config.host

2016-04-27 Thread Jeff Law
On 04/18/2016 03:43 PM, Joel Sherrill wrote: Hi For some unknown reason, moxie-rtems has its own stanza in libgcc/config.host which does not include extra_parts. This results in C++ RTEMS applications not linking. Also the tmake_file variable is overridden by the shared moxie stanza rather than

moxie-rtems patch for libgcc/config.host

2016-04-19 Thread Joel Sherrill
Hi For some unknown reason, moxie-rtems has its own stanza in libgcc/config.host which does not include extra_parts. This results in C++ RTEMS applications not linking. Also the tmake_file variable is overridden by the shared moxie stanza rather than being added to. This patch addresses both is