Changes between Initial Version and Version 1 of Ticket #64253, comment 4


Ignore:
Timestamp:
Dec 24, 2021, 9:05:34 AM (2 years ago)
Author:
barracuda156
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64253, comment 4

    initial v1  
    44There are some posts online apparently addressing the issue, however they don't seem to work. For example, this is specifically for llvm: https://reviews.llvm.org/rG6108658da4c2cef2d303c6a2fddfb60a5d589e69 (fails anyway).
    55
    6 AR is defined in Makefile.config.in and AR.Flags defined in Makefile.rules. I can patch these to use Libtool, but I don't know which flags to use.
     6`AR` is defined in `Makefile.config.in` and `AR.Flags` defined in `Makefile.rules`. I can patch these to use Libtool, but I don't know which flags to use.
    77I tried "-static -o" from here: https://patchwork.kernel.org/project/qemu-devel/patch/1462236478-61645-2-git-send-email-chrisfriedt@gmail.com - and it failed too.