mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-01 01:00:10 +00:00
11 lines
309 B
Makefile
11 lines
309 B
Makefile
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
|
|
|
|
ifeq ($(subdir),string)
|
|
CFLAGS-strncase.c += -funroll-loops
|
|
CFLAGS-strncase_l.c += -funroll-loops
|
|
endif
|