2011-02-17 00:59:15 -05:00
|
|
|
ifeq ($(subdir),elf)
|
|
|
|
# Prevent the use of VSX registers and insns in _dl_start, which under -O3
|
|
|
|
# optimization may require a TOC reference before relocations are resolved.
|
|
|
|
CFLAGS-rtld.c += -mno-vsx
|
|
|
|
endif
|
2011-12-17 20:32:59 -05:00
|
|
|
|
|
|
|
ifeq ($(subdir),string)
|
2015-07-28 15:34:25 -03:00
|
|
|
sysdep_routines += strstr-ppc64
|
2011-12-17 20:32:59 -05:00
|
|
|
CFLAGS-strncase.c += -funroll-loops
|
|
|
|
CFLAGS-strncase_l.c += -funroll-loops
|
|
|
|
endif
|