Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/glibc/
Date: Fri, 23 Sep 2022 15:30:43
Message-Id: 1663947027.98d14046ff3cc3fc6ddf9cc45a70d185b5c36bfe.dilfridge@gentoo
1 commit: 98d14046ff3cc3fc6ddf9cc45a70d185b5c36bfe
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 23 15:29:44 2022 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 23 15:30:27 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98d14046
7
8 sys-libs/glibc: Add CPP to list of variables reset in clang profiles
9
10 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
11
12 sys-libs/glibc/glibc-2.35-r10.ebuild | 1 +
13 sys-libs/glibc/glibc-2.35-r8.ebuild | 1 +
14 sys-libs/glibc/glibc-2.36-r3.ebuild | 1 +
15 sys-libs/glibc/glibc-9999.ebuild | 1 +
16 4 files changed, 4 insertions(+)
17
18 diff --git a/sys-libs/glibc/glibc-2.35-r10.ebuild b/sys-libs/glibc/glibc-2.35-r10.ebuild
19 index c07be651ccb0..50faea777545 100644
20 --- a/sys-libs/glibc/glibc-2.35-r10.ebuild
21 +++ b/sys-libs/glibc/glibc-2.35-r10.ebuild
22 @@ -537,6 +537,7 @@ setup_env() {
23 einfo "Overriding clang configuration, since it won't work here"
24
25 export CC="${current_gcc_path}/gcc"
26 + export CPP="${current_gcc_path}/cpp"
27 export CXX="${current_gcc_path}/g++"
28 export LD="${current_binutils_path}/ld.bfd"
29 export AR="${current_binutils_path}/ar"
30
31 diff --git a/sys-libs/glibc/glibc-2.35-r8.ebuild b/sys-libs/glibc/glibc-2.35-r8.ebuild
32 index 5ae1d9a6d0ae..4c73a826a4a7 100644
33 --- a/sys-libs/glibc/glibc-2.35-r8.ebuild
34 +++ b/sys-libs/glibc/glibc-2.35-r8.ebuild
35 @@ -537,6 +537,7 @@ setup_env() {
36 einfo "Overriding clang configuration, since it won't work here"
37
38 export CC="${current_gcc_path}/gcc"
39 + export CPP="${current_gcc_path}/cpp"
40 export CXX="${current_gcc_path}/g++"
41 export LD="${current_binutils_path}/ld.bfd"
42 export AR="${current_binutils_path}/ar"
43
44 diff --git a/sys-libs/glibc/glibc-2.36-r3.ebuild b/sys-libs/glibc/glibc-2.36-r3.ebuild
45 index 1c3abc020acc..f9e61a195f5b 100644
46 --- a/sys-libs/glibc/glibc-2.36-r3.ebuild
47 +++ b/sys-libs/glibc/glibc-2.36-r3.ebuild
48 @@ -547,6 +547,7 @@ setup_env() {
49 einfo "Overriding clang configuration, since it won't work here"
50
51 export CC="${current_gcc_path}/gcc"
52 + export CPP="${current_gcc_path}/cpp"
53 export CXX="${current_gcc_path}/g++"
54 export LD="${current_binutils_path}/ld.bfd"
55 export AR="${current_binutils_path}/ar"
56
57 diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild
58 index 68785ea5f6e6..7274cb4d125d 100644
59 --- a/sys-libs/glibc/glibc-9999.ebuild
60 +++ b/sys-libs/glibc/glibc-9999.ebuild
61 @@ -548,6 +548,7 @@ setup_env() {
62 einfo "Overriding clang configuration, since it won't work here"
63
64 export CC="${current_gcc_path}/gcc"
65 + export CPP="${current_gcc_path}/cpp"
66 export CXX="${current_gcc_path}/g++"
67 export LD="${current_binutils_path}/ld.bfd"
68 export AR="${current_binutils_path}/ar"