On Wed, Nov 2, 2011 at 4:28 PM, David Miller <da...@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. Thanks, Andrew Pinski