glibc/sysdeps/powerpc/powerpc64/power7/Makefile

11 lines
309 B
Makefile
Raw Normal View History

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-18 01:32:59 +00:00
ifeq ($(subdir),string)
CFLAGS-strncase.c += -funroll-loops
CFLAGS-strncase_l.c += -funroll-loops
endif