[Bug 280527] [new port] emulators/ares: open-source multi-system emulator with focus on accuracy and preservation
Date: Wed, 31 Jul 2024 12:29:11 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280527 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 += -march=x86-64-v2 + endif Ports targeting on generic (base) amd64 without even SSE3. Remove "flags += -march=x86-64-v2". -- You are receiving this mail because: You are the assignee for the bug.