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
parent
4a555211f5
commit
445f59fbbd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue