mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
f425f9dcff
The reason to do so is that some of the generators detect PIC flags like -fPIC and -KPIC, and those are normally delivered in LD_CFLAGS. Reviewed-by: Rich Salz <rsalz@openssl.org>
7 lines
223 B
Plaintext
7 lines
223 B
Plaintext
LIBS=../../libcrypto
|
|
SOURCE[../../libcrypto]=\
|
|
rmd_dgst.c rmd_one.c {- $target{rmd160_asm_src} -}
|
|
|
|
GENERATE[rmd-586.s]=asm/rmd-586.pl $(PERLASM_SCHEME) $(CFLAGS) $(LIB_CFLAGS)
|
|
DEPEND[rmd-586.s]=../perlasm/x86asm.pl
|