Date: Fri, 21 Oct 2022 22:00:46 +0000 From: bugzilla-noreply@freebsd.org To: uboot@FreeBSD.org Subject: [Bug 266404] sysutils/edk2: on aarch64, edk2 fails to build for FreeBSD aarch64 libgcc_s.so.1 issues Message-ID: <bug-266404-39090-I13XzE5OiO@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-266404-39090@https.bugs.freebsd.org/bugzilla/> References: <bug-266404-39090@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=3D266404 --- Comment #16 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3D819bf69c15605e1e31998c91fb3fd02= d5bc9fa0f commit 819bf69c15605e1e31998c91fb3fd02d5bc9fa0f Author: Mark Millard <marklmi26-fbsd@yahoo.com> AuthorDate: 2022-10-21 21:47:14 +0000 Commit: Lorenzo Salvadore <salvadore@FreeBSD.org> CommitDate: 2022-10-21 22:00:03 +0000 sysutils/edk2: Fix build on aarch64 Build on aarch64 was failing with the following error: ld-elf.so.1: /lib/libgcc_s.so.1: version GCC_4.5.0 required by /usr/local/lib/gcc11/libstdc++.so.6 not found Fix by using /usr/local/lib/gcc*/libgcc_s.so.1 instead. While here, also define WWW variable. PR: 266404 Approved by: imp (uboot) sysutils/edk2/Makefile | 51 +++++++++++++++++++++++++++++-----------------= ---- 1 file changed, 30 insertions(+), 21 deletions(-) --=20 You are receiving this mail because: You are on the CC list for the bug. 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-266404-39090-I13XzE5OiO>