Date: Fri, 02 Nov 2018 04:14:46 +0100 From: Jan Beich <jbeich@FreeBSD.org> To: Mark Linimon <linimon@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r483670 - head/devel/xeus/files Message-ID: <lg6c-dvbt-wny@FreeBSD.org> In-Reply-To: <201811011500.wA1F0mNa098756@repo.freebsd.org> (Mark Linimon's message of "Thu, 1 Nov 2018 15:00:48 %2B0000 (UTC)") References: <201811011500.wA1F0mNa098756@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Mark Linimon <linimon@FreeBSD.org> writes: > Author: linimon > Date: Thu Nov 1 15:00:48 2018 > New Revision: 483670 > URL: https://svnweb.freebsd.org/changeset/ports/483670 > > Log: > Fix build with GCC-based architectures. [...] > +- if (DISABLE_ARCH_NATIVE) > +- target_compile_options(xeus PUBLIC -mtune=generic) > +- else() > +- target_compile_options(xeus PUBLIC -march=native) > +- endif() Don't forget to bump PORTREVISION. -march=native used was used on Tier1 may have unintentionally desupported CPUs older than in the package builder. http://beefy10.nyi.freebsd.org/data/latest-per-pkg/xeus/0.13.0_3/112i386-default.log http://beefy9.nyi.freebsd.org/data/latest-per-pkg/xeus/0.13.0_3/112amd64-default.log
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?lg6c-dvbt-wny>