blob: e12636b77ba2d741180b79c5086385794d9273c8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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
endif
|