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:
David S. Miller 2014-11-14 10:32:52 -08:00
parent 4863355ad5
commit cf7246ddf5
2 changed files with 6 additions and 0 deletions

View File

@ -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.

View File

@ -1,2 +1,3 @@
#define NO_MEMPCPY_STPCPY_REDIRECT
#include <string/memcpy.c>
#include <string/mempcpy.c>