about summary refs log tree commit diff
path: root/sysdeps/powerpc/powerpc64/power7/Makefile
blob: b0f45205b9bd26db01ecdc6b91ff671dc0bc5a17 (plain) (blame)
1
2
3
4
5
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