Date: Mon, 08 Jul 2019 18:10:45 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 239051] benchmarks/fio build CPU-depended package Message-ID: <bug-239051-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D239051 Bug ID: 239051 Summary: benchmarks/fio build CPU-depended package Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: bapt@FreeBSD.org Reporter: slw@zxy.spb.ru Assignee: bapt@FreeBSD.org Flags: maintainer-feedback?(bapt@FreeBSD.org) benchmarks/fio do build w/ `CFLAGS +=3D -march=3Dnative` As result binary package may be non-portable to host w/ different CPU and c= rash at startup. This is caused by next Makefile pice: ifdef CONFIG_BUILD_NATIVE CFLAGS +=3D -march=3Dnative endif --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-239051-7788>