From faccf8200f8305c51b098e50fc40b2c00099daaa Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Mon, 23 Dec 2024 08:41:04 -0600 Subject: [PATCH] Build Firefox w/ gcc Building _www-client/firefox_ fails fairly early with an error about not being able to find `aarch64-unknown-linux-gnu-clang-19` to use as `CC`. I have not been able to determine what is supposed to provide this program/symlink, nor much information at all about cross-compiling with Clang, really. We shall try building Firefox with GCC, since we know that toolchain is complete. --- portage/package.use/firefox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portage/package.use/firefox b/portage/package.use/firefox index 3580b88..a07789a 100644 --- a/portage/package.use/firefox +++ b/portage/package.use/firefox @@ -2,5 +2,5 @@ media-libs/harfbuzz -cairo media-libs/libvpx postproc media-libs/mesa -llvm wayland media-video/ffmpeg openssl -gnutls -www-client/firefox -telemetry dbus wayland +www-client/firefox -clang -telemetry dbus wayland x11-libs/gtk+ wayland