Date: Wed, 31 Jul 2024 12:29:11 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 280527] [new port] emulators/ares: open-source multi-system emulator with focus on accuracy and preservation Message-ID: <bug-280527-7788-dNX7oXfpnr@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-280527-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-280527-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D280527 Vladimir Druzenko <vvd@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |vvd@FreeBSD.org --- Comment #1 from Vladimir Druzenko <vvd@FreeBSD.org> --- + # CPUTYPE from /etc/make.conf overrides official default + ifeq ($(CPUTYPE),) + # For official builds, default to x86-64-v2 (Intel Nehalem, AMD Bulldozer) which supports up to SSE 4.2. + flags +=3D -march=3Dx86-64-v2 + endif Ports targeting on generic (base) amd64 without even SSE3. Remove "flags +=3D -march=3Dx86-64-v2". --=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-280527-7788-dNX7oXfpnr>