Skip to content

Commit

Permalink
Fix sparc build.
Browse files Browse the repository at this point in the history
	* sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
	Define before including <string/memcpy.c> and <string/mempcpy.c>.
  • Loading branch information
David S. Miller committed Nov 14, 2014
1 parent 4863355 commit cf7246d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 1 addition & 0 deletions sysdeps/sparc/sparc64/rtld-memcpy.c
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
#define NO_MEMPCPY_STPCPY_REDIRECT
#include <string/memcpy.c>
#include <string/mempcpy.c>

0 comments on commit cf7246d

Please sign in to comment.