Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Jul 2024 14:51:38 +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-SS5JWJX2be@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

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=3D252397&action=
=3Dedit
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 executi=
on,
i.e. JIT, intrinsics etc. The ares executable itself doesn't need to be bui=
ld
for SSE 4.2.

Therefore I removed the -march=3Dx86-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

--=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-SS5JWJX2be>