summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2022-09-23 17:29:44 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2022-09-23 17:30:27 +0200
commit98d14046ff3cc3fc6ddf9cc45a70d185b5c36bfe (patch)
tree8c5c2b7414ccc50fe7ba3c56c1078b084edcbd34 /sys-libs/glibc/glibc-9999.ebuild
parentsci-mathematics/z3: Remove old (diff)
downloadgentoo-98d14046ff3cc3fc6ddf9cc45a70d185b5c36bfe.tar.gz
gentoo-98d14046ff3cc3fc6ddf9cc45a70d185b5c36bfe.tar.bz2
gentoo-98d14046ff3cc3fc6ddf9cc45a70d185b5c36bfe.zip
sys-libs/glibc: Add CPP to list of variables reset in clang profiles
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'sys-libs/glibc/glibc-9999.ebuild')
-rw-r--r--sys-libs/glibc/glibc-9999.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild
index 68785ea5f6e6..7274cb4d125d 100644
--- a/sys-libs/glibc/glibc-9999.ebuild
+++ b/sys-libs/glibc/glibc-9999.ebuild
@@ -548,6 +548,7 @@ setup_env() {
einfo "Overriding clang configuration, since it won't work here"
export CC="${current_gcc_path}/gcc"
+ export CPP="${current_gcc_path}/cpp"
export CXX="${current_gcc_path}/g++"
export LD="${current_binutils_path}/ld.bfd"
export AR="${current_binutils_path}/ar"