Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 May 2023 13:12:59 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 271374] emulators/mame-0.254 fails to build on {amd64,i386}-14-CURRENT
Message-ID:  <bug-271374-7788-ojzN2eQTEj@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-271374-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-271374-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=3D271374

Robert Clausecker <fuz@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Open

--- Comment #6 from Robert Clausecker <fuz@FreeBSD.org> ---
Possible fixes for the 32 bit link problems:

 - check if it links with the BFD or Gold linkers instead of LLD
 - compile with -Os to reduce the binary size a little
 - if present, remove -g from 32 bit builds to reduce the binary size
   (even if we strip afterwards, the linker has to deal with debug symbols)
 - hack the build system to perform an incremental link

--=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-271374-7788-ojzN2eQTEj>