mirror of
https://github.com/gentoo-mirror/gentoo-zh.git
synced 2025-04-18 23:38:57 -04:00
sys-libs/glibc: skip clang patches when using gcc (#1440)
This commit is contained in:
parent
5b8e21b187
commit
f144a5f332
@ -885,7 +885,9 @@ src_prepare() {
|
||||
elog "Please re-enable this flag before filing bugs!"
|
||||
fi
|
||||
|
||||
eapply "${FILESDIR}"/clangify
|
||||
if tc-is-clang ; then
|
||||
eapply "${FILESDIR}"/clangify
|
||||
fi
|
||||
|
||||
default
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user