On Mon, Mar 19, 2018 at 3:40 PM, James Le Cuirot wrote:
> On Mon, 19 Mar 2018 15:16:47 -0700
> Matt Turner wrote:
>
>> Thanks for looking into this!
>>
>> I'm not sure I understand the -nostdlib portion. It's something about
>> working around a side-effect of -x assembler?
>
> It's not related to
On Mon, 19 Mar 2018 15:16:47 -0700
Matt Turner wrote:
> Thanks for looking into this!
>
> I'm not sure I understand the -nostdlib portion. It's something about
> working around a side-effect of -x assembler?
It's not related to that option. I think it's because this is normally
built with "as"
Thanks for looking into this!
I'm not sure I understand the -nostdlib portion. It's something about
working around a side-effect of -x assembler?
The previous attempt actually broke ASM in media-libs/vulkan-loader
entirely so that it fell back to C code. After much experimentation
and combing through strace output, I found that -x assembler is needed
to handle non-standard file extentions and linking is done as a
separate step. CMAKE_ASM-ATT