Re: the clang compiler does not support '-march=native'
- In reply to: Dimitry Andric : "Re: the clang compiler does not support '-march=native'"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 15 Jun 2021 23:13:55 UTC
On Mon, Jun 14, 2021 at 10:18:21PM +0200, Dimitry Andric wrote: >On 14 Jun 2021, at 22:08, tech-lists <tech-lists@zyxst.net> wrote: >> >> There's a program I'd like to compile, but I'm getting an error "the >> clang compiler does not support '-march=native'" >> >> % clang --version >> FreeBSD clang version 11.0.1 (git@github.com:llvm/llvm-project.git >> llvmorg-11.0.1-0-g43ff75f2c3fe) >> Target: aarch64-unknown-freebsd13.0 >> Thread model: posix >> InstalledDir: /usr/bin >> >> Is this because I have this in /etc/src.conf: >> >> WITHOUT_LLVM_TARGET_ALL= >> WITH_LLVM_TARGET_AARCH64= >> WITH_LLVM_TARGET_ARM= >> >> (this is on a rpi4 arm64.aarch64) > >No, this is because whatever you are trying to compile has apparently >hardcoded "-march=native" in its compile flags. Try removing that. :) Yeah. I prob can't do that without breakage. It was something off github I tried to compile. thanks, -- J.