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.
kiosk
Dustin 2024-12-23 08:41:04 -06:00
parent 4a555211f5
commit 445f59fbbd
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@ media-libs/harfbuzz -cairo
media-libs/libvpx postproc media-libs/libvpx postproc
media-libs/mesa -llvm wayland media-libs/mesa -llvm wayland
media-video/ffmpeg openssl -gnutls media-video/ffmpeg openssl -gnutls
www-client/firefox -telemetry dbus wayland www-client/firefox -clang -telemetry dbus wayland
x11-libs/gtk+ wayland x11-libs/gtk+ wayland