This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]