Re: lang/rust does not build on aarch64
"Dave Cottlehuber" <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.arm |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 28 Jun 2021, at 15:51, J P wrote: > Hi Dave, > thanks for sharing. > > How old is your system? It seem this might be related with llvm12 adopted > in base system. > > Please copy the output from > uname -a > cc -v > > Thank you. > > BR, $ uname -a FreeBSD straylight.skunkwerks.at 13.0-RELEASE-p1 FreeBSD 13.0-RELEASE-p1 #0: Wed May 26 22:19:21 UTC 2021 [email protected]:/usr/obj/usr/src/arm64.aarch64/sys/GENERIC arm64 $ cc -v FreeBSD clang version 11.0.1 ([email protected]:llvm/llvm-project.git llvmorg-11.0.1-0-g43ff75f2c3fe) Target: aarch64-unknown-freebsd13.0 Thread model: posix InstalledDir: /usr/bin A+ Dave