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 20:05:53 UTC
> On 06/14/2021 3:18 PM Dimitry Andric <dim@freebsd.org> wrote: > No, this is because whatever you are trying to compile has apparently > hardcoded "-march=native" in its compile flags. Try removing that. :) fwiw we turn this off in FreeBSD ports, because the FreeBSD package builders are set up to do cross-compiles. mcl