This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
mempcpy change breaks the sparc build
- From: David Miller <davem at davemloft dot net>
- To: joseph at codesourcery dot com
- Cc: libc-alpha at sourceware dot org
- Date: Thu, 13 Nov 2014 20:40:52 -0500 (EST)
- Subject: mempcpy change breaks the sparc build
- Authentication-results: sourceware.org; auth=none
"Fix stpcpy / mempcpy namespace (bug 17573)." causes the following
build failure on sparc:
../string/mempcpy.c:37:1: error: ʽmempcpyʼ aliased to undefined symbol ʽ__mempcpyʼ
Sparc does:
sysdeps/sparc/sparc64/rtld-memcpy.c:#include <string/mempcpy.c>
to avoid the multiarch mempcpy implementation being used in ld.so