Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/compiler-rt/
Date: Wed, 29 Jan 2020 08:49:54
Message-Id: 1580287661.8e283ddd7e7cfd33203278872556a5b7db34eaa1.mgorny@gentoo
1 commit: 8e283ddd7e7cfd33203278872556a5b7db34eaa1
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 29 08:47:41 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 29 08:47:41 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e283ddd
7
8 sys-libs/compiler-rt: Fix stripping -nodefaultlibs
9
10 Closes: https://bugs.gentoo.org/706266
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 sys-libs/compiler-rt/compiler-rt-10.0.0.9999.ebuild | 2 +-
14 sys-libs/compiler-rt/compiler-rt-11.0.0.9999.ebuild | 2 +-
15 sys-libs/compiler-rt/compiler-rt-7.1.0.ebuild | 2 +-
16 sys-libs/compiler-rt/compiler-rt-8.0.1.ebuild | 2 +-
17 sys-libs/compiler-rt/compiler-rt-9.0.1.ebuild | 2 +-
18 5 files changed, 5 insertions(+), 5 deletions(-)
19
20 diff --git a/sys-libs/compiler-rt/compiler-rt-10.0.0.9999.ebuild b/sys-libs/compiler-rt/compiler-rt-10.0.0.9999.ebuild
21 index b5eea1980e7..fb90bbaab7c 100644
22 --- a/sys-libs/compiler-rt/compiler-rt-10.0.0.9999.ebuild
23 +++ b/sys-libs/compiler-rt/compiler-rt-10.0.0.9999.ebuild
24 @@ -62,9 +62,9 @@ src_configure() {
25 if use clang; then
26 local -x CC=${CHOST}-clang
27 local -x CXX=${CHOST}-clang++
28 + strip-unsupported-flags
29 # ensure we can use clang before installing compiler-rt
30 local -x LDFLAGS="${LDFLAGS} ${nolib_flags[*]}"
31 - strip-unsupported-flags
32 elif ! test_compiler; then
33 if test_compiler "${nolib_flags[@]}"; then
34 local -x LDFLAGS="${LDFLAGS} ${nolib_flags[*]}"
35
36 diff --git a/sys-libs/compiler-rt/compiler-rt-11.0.0.9999.ebuild b/sys-libs/compiler-rt/compiler-rt-11.0.0.9999.ebuild
37 index b5eea1980e7..fb90bbaab7c 100644
38 --- a/sys-libs/compiler-rt/compiler-rt-11.0.0.9999.ebuild
39 +++ b/sys-libs/compiler-rt/compiler-rt-11.0.0.9999.ebuild
40 @@ -62,9 +62,9 @@ src_configure() {
41 if use clang; then
42 local -x CC=${CHOST}-clang
43 local -x CXX=${CHOST}-clang++
44 + strip-unsupported-flags
45 # ensure we can use clang before installing compiler-rt
46 local -x LDFLAGS="${LDFLAGS} ${nolib_flags[*]}"
47 - strip-unsupported-flags
48 elif ! test_compiler; then
49 if test_compiler "${nolib_flags[@]}"; then
50 local -x LDFLAGS="${LDFLAGS} ${nolib_flags[*]}"
51
52 diff --git a/sys-libs/compiler-rt/compiler-rt-7.1.0.ebuild b/sys-libs/compiler-rt/compiler-rt-7.1.0.ebuild
53 index 8339d3420ba..1962c02d2f2 100644
54 --- a/sys-libs/compiler-rt/compiler-rt-7.1.0.ebuild
55 +++ b/sys-libs/compiler-rt/compiler-rt-7.1.0.ebuild
56 @@ -66,9 +66,9 @@ src_configure() {
57 if use clang; then
58 local -x CC=${CHOST}-clang
59 local -x CXX=${CHOST}-clang++
60 + strip-unsupported-flags
61 # ensure we can use clang before installing compiler-rt
62 local -x LDFLAGS="${LDFLAGS} ${nolib_flags[*]}"
63 - strip-unsupported-flags
64 elif ! test_compiler; then
65 if test_compiler "${nolib_flags[@]}"; then
66 local -x LDFLAGS="${LDFLAGS} ${nolib_flags[*]}"
67
68 diff --git a/sys-libs/compiler-rt/compiler-rt-8.0.1.ebuild b/sys-libs/compiler-rt/compiler-rt-8.0.1.ebuild
69 index 5049bf3761b..403e394f744 100644
70 --- a/sys-libs/compiler-rt/compiler-rt-8.0.1.ebuild
71 +++ b/sys-libs/compiler-rt/compiler-rt-8.0.1.ebuild
72 @@ -67,9 +67,9 @@ src_configure() {
73 if use clang; then
74 local -x CC=${CHOST}-clang
75 local -x CXX=${CHOST}-clang++
76 + strip-unsupported-flags
77 # ensure we can use clang before installing compiler-rt
78 local -x LDFLAGS="${LDFLAGS} ${nolib_flags[*]}"
79 - strip-unsupported-flags
80 elif ! test_compiler; then
81 if test_compiler "${nolib_flags[@]}"; then
82 local -x LDFLAGS="${LDFLAGS} ${nolib_flags[*]}"
83
84 diff --git a/sys-libs/compiler-rt/compiler-rt-9.0.1.ebuild b/sys-libs/compiler-rt/compiler-rt-9.0.1.ebuild
85 index af2de6ee54e..f5ce47c037e 100644
86 --- a/sys-libs/compiler-rt/compiler-rt-9.0.1.ebuild
87 +++ b/sys-libs/compiler-rt/compiler-rt-9.0.1.ebuild
88 @@ -62,9 +62,9 @@ src_configure() {
89 if use clang; then
90 local -x CC=${CHOST}-clang
91 local -x CXX=${CHOST}-clang++
92 + strip-unsupported-flags
93 # ensure we can use clang before installing compiler-rt
94 local -x LDFLAGS="${LDFLAGS} ${nolib_flags[*]}"
95 - strip-unsupported-flags
96 elif ! test_compiler; then
97 if test_compiler "${nolib_flags[@]}"; then
98 local -x LDFLAGS="${LDFLAGS} ${nolib_flags[*]}"