Summary: | emulators/qemu: Fix build with lld 10.0.0 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Dimitry Andric <dim> | ||||
Component: | Individual Port(s) | Assignee: | Muhammad Moinur Rahman <bofh> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | CC: | olevole | ||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(bofh) |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Bug Depends on: | |||||||
Bug Blocks: | 244251 | ||||||
Attachments: |
|
Description
Dimitry Andric
2020-03-12 20:50:58 UTC
works for me! % clang -v && uname -Kmr FreeBSD clang version 10.0.0 (git@github.com:llvm/llvm-project.git llvmorg-10.0.0-rc3-1-gc290cb61fdc) Target: x86_64-unknown-freebsd13.0 Thread model: posix InstalledDir: /usr/bin 13.0-CURRENT amd64 1300084 Btw, the important part here is if people can check whether the qemu user mode binaries work as they should. I did some light testing of qemu-static-mips64, with the binaries provided on https://wiki.freebsd.org/QemuUserModeHowTo, and that seemed to work. A commit references this bug: Author: bofh Date: Fri Mar 20 17:29:32 UTC 2020 New revision: 528790 URL: https://svnweb.freebsd.org/changeset/ports/528790 Log: emulators/qemu: Fix build with lld 10.0.0 PR: 244770 Submitted by: dim Changes: head/emulators/qemu/files/patch-configure Sorry for the delay. Messed up my builder while upgrading. Will take care of the rest of the qemu* soon. They are already being built when I write. |