[Bug 280527] [new port] emulators/ares: open-source multi-system emulator with focus on accuracy and preservation

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 31 Jul 2024 14:51:38 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280527

Stefan Schlosser <bsdcode@disroot.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #252388|0                           |1
        is obsolete|                            |

--- Comment #2 from Stefan Schlosser <bsdcode@disroot.org> ---
Created attachment 252397
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=252397&action=edit
new port ares

Alright. ares does a SSE 4.2 check at runtime and will abort the program if the
host isn't capable. AFAIK SSE 4.2 intructions are generated at core execution,
i.e. JIT, intrinsics etc. The ares executable itself doesn't need to be build
for SSE 4.2.

Therefore I removed the -march=x86-64-v2 setting from the GNUmakefile as
requested. The port now always builds according to the specified CFLAGS and
CPUTYPE settings.

I also removed the section about SSE 4.2 requirement in pkg-message.

While there I also updated to version 139.20240731

-- 
You are receiving this mail because:
You are the assignee for the bug.