This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: libgcc: problems adding asm sources (libgcc/siditi-object.mk)
Georg-Johann Lay <avr@gjlay.de> writes:
> Ian Lance Taylor schrieb:
>> Georg-Johann Lay <avr@gjlay.de> writes:
>>
>>> Am I something missing? Adding fragments to LIB1ASMFUNCS should filter
>>> them out in filter-out.
>>
>> I think the problem is that libgcc/config/avr/t-avr does not filter
>> LIB1ASMFUNCS out of the lists it generates. You will need to adjust it
>> one way or another.
>
> Thanks, that works. Just removed the parts from the list appears to be
> the simplest way.
>
> Wondering why there is now just another t-target, both t-targets
> containing snips of libgcc.
There is a very slowly moving incomplete transition to move all the
libgcc configury support and sources from gcc/config/* to
libgcc/config/*.
If you are creating new files you can help that transition by creating
them in libgcc rather than gcc.
Ian