On Mon, 16 Aug 2021, Sebastian Huber wrote: > Ok, good. I will try to figure out what can be done. One problem is that > tsystem.h is included before tm.h. Independent of this Joseph S. Myers said > in the recent patch review with respect to the gcov_type size that removing > tm.h from the target libraries is a development goal.
That is, removing the *host* tm.h from the target libraries. libgcc_tm.h (and the target macros defined therein that are only ever defined in libgcc, not in the host parts of the compiler) is not a problem. -- Joseph S. Myers jos...@codesourcery.com