[Bug 271374] emulators/mame-0.254 fails to build on {amd64,i386}-14-CURRENT
Date: Thu, 18 May 2023 08:21:15 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271374 --- Comment #13 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=9fb2d7b2e7473d6bf8bb18d5e457ed4c7ac933df commit 9fb2d7b2e7473d6bf8bb18d5e457ed4c7ac933df Author: Robert Clausecker <fuz@FreeBSD.org> AuthorDate: 2023-05-16 23:36:32 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-05-18 08:19:48 +0000 emulators/mame: fix build on armv7 Mame fails to link on armv7 due to an address space exhaustion in lld. As a bandaid, tell lld to not generate symbols. This frees up enough address space to make mame link. PR: 271374 MFH: 2023Q2 Approved by: agh@riseup.net (maintainer) emulators/mame/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) -- You are receiving this mail because: You are the assignee for the bug.