summaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/multiarch/Makefile
blob: 71e85f0652648ec8b4701f1fe18308e98609c052 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
ifeq ($(subdir),csu)
aux += init-arch
gen-as-const-headers += ifunc-defines.sym
endif

ifeq ($(subdir),string)
sysdep_routines += stpncpy-c strncpy-c strncmp-c
ifeq (yes,$(config-cflags-sse4))
sysdep_routines += strcspn-c strpbrk-c strspn-c
CFLAGS-strcspn-c.c += -msse4
CFLAGS-strpbrk-c.c += -msse4
CFLAGS-strspn-c.c += -msse4
endif
endif