mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
Add a reference to Clang /usr/include/tgmath.h dependency
The fake Clang /usr/include/tgmath.h dependency bug is: https://github.com/llvm/llvm-project/issues/120891 Signed-off-by: H.J. Lu <hjl.tools@gmail.com> Reviewed-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
0813cb5847
commit
cb74bafbb5
1 changed files with 1 additions and 0 deletions
|
@ -471,6 +471,7 @@ ifneq (,$(objpfx))
|
|||
# Continuation lines here are dangerous because they introduce spaces!
|
||||
# Also remove the /usr/include/tgmath.h dependency generated by Clang
|
||||
# even though Clang never reads /usr/include/tgmath.h.
|
||||
# https://github.com/llvm/llvm-project/issues/120891
|
||||
define sed-remove-objpfx
|
||||
-e 's@ $(subst .,\.,$(subst @,\@,$(common-objpfx)))@ $$(common-objpfx)@g' \
|
||||
-e 's@^$(subst .,\.,$(subst @,\@,$(common-objpfx)))@$$(common-objpfx)@g' \
|
||||
|
|
Loading…
Add table
Reference in a new issue