about summary refs log tree commit diff
path: root/sysdeps/powerpc/powerpc64/power7/Makefile
blob: 54b0fd9aeeaeaf02ce95be6c375717cb59c6ca55 (plain) (blame)
1
2
3
4
5
6
ifeq ($(subdir),elf)
# Prevent the use of VSX instructions in _dl_start, which under -O3 optimization
# may require a TOC reference before relocations are resolved.
CFLAGS-rtld.c = -mno-vsx
endif