2009-03-13 23:53:18 +00:00
|
|
|
ifeq ($(subdir),csu)
|
|
|
|
aux += init-arch
|
2009-06-05 18:32:00 +00:00
|
|
|
gen-as-const-headers += ifunc-defines.sym
|
2009-03-13 23:53:18 +00:00
|
|
|
endif
|
2009-06-23 03:38:41 +00:00
|
|
|
|
|
|
|
ifeq ($(subdir),string)
|
2009-08-08 05:51:02 +00:00
|
|
|
sysdep_routines += stpncpy-c strncpy-c strcmp-ssse3 strncmp-ssse3
|
2009-07-03 09:48:56 +00:00
|
|
|
ifeq (yes,$(config-cflags-sse4))
|
2009-07-21 04:06:50 +00:00
|
|
|
sysdep_routines += strcspn-c strpbrk-c strspn-c strstr-c strcasestr-c
|
2009-07-03 09:48:56 +00:00
|
|
|
CFLAGS-strcspn-c.c += -msse4
|
|
|
|
CFLAGS-strpbrk-c.c += -msse4
|
|
|
|
CFLAGS-strspn-c.c += -msse4
|
2009-07-21 04:06:50 +00:00
|
|
|
CFLAGS-strstr.c += -msse4
|
|
|
|
CFLAGS-strcasestr.c += -msse4
|
2009-07-03 09:48:56 +00:00
|
|
|
endif
|
2009-06-23 03:38:41 +00:00
|
|
|
endif
|