mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-20 01:12:17 +08:00
Enable --enable-fortify-source with clang
clang generates internal calls for some _chk symbol, so add internal aliases for them, and stub some with rtld-stubbed-symbols to avoid ld.so linker issues. Reviewed-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -121,6 +121,7 @@ routines := \
|
||||
|
||||
# Exclude fortified routines from being built with _FORTIFY_SOURCE
|
||||
routines_no_fortify += \
|
||||
bzero \
|
||||
explicit_bzero \
|
||||
memcpy \
|
||||
memmove \
|
||||
|
||||
Reference in New Issue
Block a user