Created attachment 209869 [details] patch It causes a build error on powerpc64: g++9: error: unrecognized command line option '-march=native'; did you mean '-mcpu=native'? And may cause runtime issues even when it builds.
A commit references this bug: Author: pkubaj Date: Wed Dec 11 15:44:40 UTC 2019 New revision: 519812 URL: https://svnweb.freebsd.org/changeset/ports/519812 Log: devel/xeus: don't optimize for the host CPU It causes a build error on powerpc64: g++9: error: unrecognized command line option '-march=native'; did you mean '-mcpu=native'? And may cause runtime issues even when it builds. PR: 242582 Approved by: yuri (maintainer) Changes: head/devel/xeus/Makefile