mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 09:43:32 +08:00
Fix sparc build.
* sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before including <string/memcpy.c> and <string/mempcpy.c>.
This commit is contained in:
parent
4863355ad5
commit
cf7246ddf5
@ -1,3 +1,8 @@
|
||||
2014-11-14 David S. Miller <davem@davemloft.net>
|
||||
|
||||
* sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
|
||||
Define before including <string/memcpy.c> and <string/mempcpy.c>.
|
||||
|
||||
2014-11-14 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
|
||||
|
@ -1,2 +1,3 @@
|
||||
#define NO_MEMPCPY_STPCPY_REDIRECT
|
||||
#include <string/memcpy.c>
|
||||
#include <string/mempcpy.c>
|
||||
|
Loading…
Reference in New Issue
Block a user