mirror of
https://github.com/MorizzG/portage-conf.git
synced 2025-12-06 01:12:42 +00:00
come cleanup\nadded lld env since firefox 116 won't build with mold\nbumped thunderbird to 115.1.0 (testing)\nswitched rust to system-llvm
This commit is contained in:
parent
2715261b81
commit
686cc47c5c
6 changed files with 7 additions and 3 deletions
1
env/lld
vendored
Normal file
1
env/lld
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
LDFLAGS="${LDFLAGS} -fuse-ld=lld"
|
||||
3
package.accept_keywords/rust
Normal file
3
package.accept_keywords/rust
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
virtual/rust ~amd64
|
||||
dev-lang/rust ~amd64
|
||||
dev-lang/rust-bin ~amd64
|
||||
|
|
@ -1 +1 @@
|
|||
=mail-client/thunderbird-115.0
|
||||
=mail-client/thunderbird-115.1.0
|
||||
|
|
|
|||
|
|
@ -11,6 +11,6 @@
|
|||
#
|
||||
# dev-lang/rust clang lto mold
|
||||
#
|
||||
# www-client/firefox clang lto mold
|
||||
=www-client/firefox-116.0 clang lto lld
|
||||
#
|
||||
# dev-python/pyzmq clang mold
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
dev-lang/rust clippy llvm-libunwind lto rust-analyzer rust-src rustfmt system-bootstrap
|
||||
dev-lang/rust clippy llvm-libunwind lto rust-analyzer rust-src rustfmt system-bootstrap system-llvm
|
||||
dev-lang/rust-bin clippy rust-analyzer rust-src rustfmt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue