This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: serious libgcc regression added recently
From: Andrew Pinski <pinskia@gmail.com>
Date: Wed, 2 Nov 2011 16:40:13 -0700
> On Wed, Nov 2, 2011 at 4:28 PM, David Miller <davem@davemloft.net> wrote:
>> +LIB1ASMSRC = `if test x$$($(CC) -print-multi-os-directory) \
>> + ? ? ? ? ? ? ? ? ? ? ? = x../lib64; then echo sparc/lb1spc.S; fi`
>> +LIB1ASMFUNCS = `if test x$$($(CC) -print-multi-os-directory) \
>> + ? ? ? ? ? ? ? ? ? ? ? = x../lib64; then echo _mulsi3 _divsi3 _modsi3; fi`
>>
>
> -print-multi-directory is most likely easier to handle than os-directory.
I was just copying the construct Rainer was already using in
sparc/t-linux64 :-)