Skip to content

Commit b5abc19

Browse files
author
2b57
committed
fix newlines, mask LLVM 13
1 parent c63eb28 commit b5abc19

File tree

10 files changed

+26
-10
lines changed

10 files changed

+26
-10
lines changed

profiles/features/bootstrap/make.defaults

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ BOOTSTRAP_USE="${BOOTSTRAP_USE} libcxxabi"
2222
BOOTSTRAP_USE="${BOOTSTRAP_USE} -fortran"
2323

2424
# llvm & clang: explicitly disable all extra targets, otherwise linking stage2 fails
25-
BOOTSTRAP_USE="${BOOTSTRAP_USE} -llvm_targets_BPF -llvm_targets_AMDGPU -llvm_targets_NVPTX -llvm_targets_BPF"
25+
BOOTSTRAP_USE="${BOOTSTRAP_USE} -llvm_targets_BPF -llvm_targets_AMDGPU -llvm_targets_NVPTX -llvm_targets_BPF"
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# mask LLVM 13
2+
3+
>sys-devel/llvm-12.0.1
4+
>sys-devel/llvm-common-12.0.1
5+
6+
>sys-libs/compiler-rt-12.0.1
7+
>sys-libs/compiler-rt-sanitizers-12.0.1
8+
9+
>sys-devel/clang-12.0.1
10+
>sys-devel/clang-common-12.0.1
11+
>sys-devel/clang-runtime-12.0.1
12+
13+
>sys-devel/lld-12.0.1
14+
>sys-libs/libcxx-12.0.1
15+
>sys-libs/libcxxabi-12.0.1
16+
>sys-libs/llvm-libunwind-12.0.1

profiles/features/bootstrap/packages.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ sys-libs/llvm-libunwind
1010
# GCC is required for stage1, since
1111
# by default everything is linked to it
1212
#-sys-devel/gcc
13-
#-sys-devel/binutils
13+
#-sys-devel/binutils

profiles/features/clang/package.use

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ sys-devel/clang-runtime compiler-rt libcxx -sanitize
1111

1212
sys-libs/libcxx libunwind libcxxabi
1313
sys-libs/libcxxabi libunwind
14-
sys-libs/llvm-libunwind compiler-rt
14+
sys-libs/llvm-libunwind compiler-rt

profiles/features/clang/packages

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
*sys-libs/compiler-rt
88
*sys-libs/llvm-libunwind
99

10-
# remove standard toolchain
10+
# remove GNU toolchain
1111
-*sys-devel/gcc
12-
-*sys-devel/binutils
12+
-*sys-devel/binutils

profiles/features/clang/packages.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ sys-libs/llvm-libunwind
1010
# since GCC & binutils were present in
1111
# stage1 for bootstrap, remove them here
1212
-sys-devel/gcc
13-
-sys-devel/binutils
13+
-sys-devel/binutils

profiles/features/clang/parent

Lines changed: 0 additions & 1 deletion
This file was deleted.

profiles/features/lto/use.force

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
lto
1+
lto

profiles/linux/amd64/clang/parent

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
gentoo:default/linux/amd64/17.1
2+
../../../features/bootstrap
23
../../../features/clang

profiles/profiles.desc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# used ONLY to build stage1
2-
amd64 linux/amd64/bootstrap dev
3-
amd64 linux/amd64/bootstrap/musl dev
2+
amd64 linux/amd64/bootstrap exp
3+
amd64 linux/amd64/bootstrap/musl exp
44

55
# user selectable
66
amd64 linux/amd64/clang exp

0 commit comments

Comments
 (0)