Date: Mon, 13 Aug 2018 10:11:57 +0000 From: Alexey Dokuchaev <danfe@FreeBSD.org> To: Mark Linimon <linimon@lonesome.com> Cc: Mahdi Mokhtari <mmokhi@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r477036 - in head/databases/mysql80-server: . files Message-ID: <20180813101157.GA88376@FreeBSD.org> In-Reply-To: <20180812223108.GA20123@lonesome.com> References: <201808121910.w7CJAhiQ051528@repo.freebsd.org> <20180812223108.GA20123@lonesome.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Aug 12, 2018 at 10:31:09PM +0000, Mark Linimon wrote: > On Sun, Aug 12, 2018 at 07:10:43PM +0000, Mahdi Mokhtari wrote: > > +# required for SSE-4.2 support on the default Clang++ on 10.4 > > +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100000 > > +CXXFLAGS+= -msse4.2 > > +.endif > > IIUC this will break on mips* and powerpc*. Plus sparc64 and others which use gcc by default (which, unlike clang, refuses to accept unrecognized command line options). ./danfe
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20180813101157.GA88376>