[Bug 266404] sysutils/edk2: on aarch64, edk2 fails to build for FreeBSD aarch64 libgcc_s.so.1 issues
Date: Fri, 21 Oct 2022 22:00:46 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266404 --- Comment #16 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=819bf69c15605e1e31998c91fb3fd02d5bc9fa0f 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(-) -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.