blob: 869f063ca17f540ce05b55223c2ee60cff6271e7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
ifeq ($(subdir),crypt)
libcrypt-sysdep_routines += md5-crop sha256-crop sha512-crop
endif
ifeq ($(subdir),locale)
localedef-aux += md5-crop
endif
ifeq ($(subdir),string)
sysdep_routines += memcpy-ultra3 memcpy-niagara1 memcpy-niagara2 \
memset-niagara1 memcpy-niagara4 memset-niagara4 \
memcpy-ultra1 memset-ultra1 memcpy-memmove-niagara7 \
memmove-ultra1
endif
|