Date: Mon, 06 Jan 2025 23:09:19 +0000 From: bugzilla-noreply@freebsd.org To: toolchain@FreeBSD.org Subject: [Bug 283840] inline asm error on armv7: expected '%<type>' or "<type>" (port devel/outcome) Message-ID: <bug-283840-29464-CKmEunAVxA@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-283840-29464@https.bugs.freebsd.org/bugzilla/> References: <bug-283840-29464@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=3D283840 --- Comment #7 from commit-hook@FreeBSD.org --- A commit in branch 2025Q1 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3D17176071892ca70f60d685b378ed991= 35326ee5b commit 17176071892ca70f60d685b378ed99135326ee5b Author: Robert Clausecker <fuz@FreeBSD.org> AuthorDate: 2025-01-04 11:24:38 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2025-01-06 23:08:00 +0000 devel/outcome: fix build on armv7 On ARM, section types are spelled with % instead of @ as @ is the comment characters. Approved by: yuri (maintainer) PR: 283840 MFH: 2025Q1 (cherry picked from commit 684e90ff96b5e2aba9eadb25298de1dcb54c6615) devel/outcome/Makefile | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) --=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-283840-29464-CKmEunAVxA>