Adhemerval Zanella 357bb400f1 powerpc: Fix strstr/power7 build
This patch fixes the strstr build with --disable-multi-arch option.
The optimization calls the __strstr_ppc symbol, which always build
for multiarch config but not if it is disable.  This patch fixes it
by adding the default C implementation object with the expected
symbol name.

	* sysdeps/powerpc/powerpc64/power7/Makefile [$(subdir) = string]
	(sysdep_routines): Add strstr-ppc64.
	* sysdeps/powerpc/powerpc64/power7/strstr-ppc64.c: New file.
2015-08-11 10:03:09 -03:00
..
2015-05-19 09:43:54 -07:00
2015-02-08 18:46:00 +01:00
2015-07-21 00:20:24 +02:00
2015-07-09 15:25:47 -07:00
2015-07-01 17:24:37 +00:00
2015-08-11 10:03:09 -03:00
2015-07-15 09:33:14 +02:00