Adhemerval Zanella fb78612a96 powerpc: Fix __wcschr static build
This patch fix the static build for strftime, which uses __wcschr.
Current powerpc32 implementation defines the __wcschr be an alias to
__wcschr_ppc32 and current implementation misses the correct alias for
static build.

It also changes the default wcschr.c logic so a IFUNC implementation
should just define WCSCHR and undefine the required alias/internal
definitions.
2015-04-15 16:01:48 -03:00
..
2013-10-04 16:02:33 +00:00
2013-10-04 16:02:33 +00:00
2015-04-15 16:01:48 -03:00
2015-02-10 06:09:22 -05:00
2015-02-10 06:09:22 -05:00
2013-10-04 16:02:33 +00:00
2013-10-04 10:38:28 +09:30
2013-09-23 00:52:09 -04:00