mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03: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:
@ -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>
|
2014-11-14 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
* configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
|
* 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/memcpy.c>
|
||||||
#include <string/mempcpy.c>
|
#include <string/mempcpy.c>
|
||||||
|
Reference in New Issue
Block a user