This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: moxie-rtems patch for libgcc/config.host
- From: Jeff Law <law at redhat dot com>
- To: Joel Sherrill <joel dot sherrill at oarcorp dot com>, "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>, Chris Johns <chrisj at rtems dot org>
- Date: Wed, 27 Apr 2016 08:56:31 -0600
- Subject: Re: moxie-rtems patch for libgcc/config.host
- Authentication-results: sourceware.org; auth=none
- References: <571554EF dot 3080509 at oarcorp dot com>
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 being added to.
This patch addresses both issues. This patch (or some
minor variant) needs to be applied to every branch from
4.9 to master.
Comments?
2015-04-18 Joel Sherrill <joel@rtems.org>
* config.host (moxie-*-rtems*): Merge this stanza with
other moxie targets so the same extra_parts are built.
Also have tmake_file add on to its value rather than override.
OK for the trunk and branches.
jeff