blob: 3e8fc29dba2e1b7fcd8c61ede64935b46918707d (
plain) (
blame)
1
2
3
4
5
|
ifeq ($(subdir),elf)
# Prevent the use of VSX registers in _dl_start, which under -O3 optimization
# may require a TOC reference before relocations are resolved.
CFLAGS-rtld.c = -mno-vsx
endif
|