On Fri, Aug 24, 2018 at 10:36:30AM -0400, Brad Smith wrote: > I very much appreciate the effort to bump up to 6.3 as I was going > to suggest doing that at some point. But bumping up to 6.3 at the > moment will fail with the configure script. We've switched from GCC 4.2 > to Clang. The TLS check will fail with Clang's emulated TLS. We've > had a local patch for awhile to fix the test but I don't think it is > appropriate to upstream as is.
Hmm, /me looks a bit surprised. Seems to work fine for me ... openbsd kraxel ~/build/qemu# uname -a OpenBSD openbsd.sirius.kraxel.org 6.3 GENERIC.MP#107 amd64 openbsd kraxel ~/build/qemu# cc --version OpenBSD clang version 5.0.1 (tags/RELEASE_501/final) (based on LLVM 5.0.1) Target: amd64-unknown-openbsd6.3 Thread model: posix InstalledDir: /usr/bin cheers, Gerd