Skip to content
Commit 51cb5221 authored by Adhemerval Zanella's avatar Adhemerval Zanella
Browse files

x86_64: Fix build with --disable-multiarch (BZ 30721)



With multiarch disabled, the default memmove implementation provides
the fortify routines for memcpy, mempcpy, and memmove.  However, it
does not provide the internal hidden definitions used when building
with fortify enabled.  The memset has a similar issue.

Checked on x86_64-linux-gnu building with different options:
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.
Tested-by: default avatarAndreas K. Huettel <dilfridge@gentoo.org>
Reviewed-by: default avatarSiddhesh Poyarekar <siddhesh@sourceware.org>
parent b163fca6
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment