diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2023-08-08 09:27:55 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2023-08-10 10:29:29 -0300 |
commit | c73c96a4a1af1326df7f96eec58209e1e04066d8 (patch) | |
tree | 4e0f960751da0b6a4d948d2e6137c834dedc8001 /sysdeps/unix | |
parent | 51cb52214fcd72849c640b12f5099ed3ac776181 (diff) | |
download | glibc-c73c96a4a1af1326df7f96eec58209e1e04066d8.tar glibc-c73c96a4a1af1326df7f96eec58209e1e04066d8.tar.gz glibc-c73c96a4a1af1326df7f96eec58209e1e04066d8.tar.bz2 glibc-c73c96a4a1af1326df7f96eec58209e1e04066d8.zip |
i686: Fix build with --disable-multiarch
Since i686 provides the fortified wrappers for memcpy, mempcpy,
memmove, and memset on the same string implementation, the static
build tries to optimized it by not tying the fortified wrappers
to string routine (to avoid pulling the fortify function if
they are not required).
Checked on i686-linux-gnu building with different option:
default and --disable-multi-arch plus default, --disable-default-pie,
--enable-fortify-source={2,3}, and --enable-fortify-source={2,3}
with --disable-default-pie.
Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
Diffstat (limited to 'sysdeps/unix')
0 files changed, 0 insertions, 0 deletions