Skip to content
Unverified Commit 6135d50e authored by Adhemerval Zanella's avatar Adhemerval Zanella Committed by Andreas K. Hüttel
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>

(cherry picked from commit 51cb5221)
parent 5ea70cc0
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