mirror of
https://github.com/openssl/openssl.git
synced 2025-01-06 13:26:43 +08:00
de72be2e57
It seems that on some platforms, the perlasm scripts call the C compiler for certain checks. These scripts need the environment variable CC to have the C compiler command. Reviewed-by: Rich Salz <rsalz@openssl.org>
11 lines
369 B
Plaintext
11 lines
369 B
Plaintext
LIBS=../../libcrypto
|
|
SOURCE[../../libcrypto]=\
|
|
rmd_dgst.c rmd_one.c {- $target{rmd160_asm_src} -}
|
|
|
|
BEGINRAW[Makefile]
|
|
##### RMD160 assembler implementations
|
|
|
|
{- $builddir -}/rmd-586.s: {- $sourcedir -}/asm/rmd-586.pl {- $sourcetop -}/crypto/perlasm/x86asm.pl
|
|
CC="$(CC)" $(PERL) {- $sourcedir -}/asm/rmd-586.pl $(PERLASM_SCHEME) $(CFLAGS) > $@
|
|
ENDRAW[Makefile]
|