aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ripemd
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-02-13 19:15:52 +0100
committerRichard Levitte <levitte@openssl.org>2016-02-13 19:21:36 +0100
commitde72be2e5784269088cc77479f41c8aeb82fcf6b (patch)
treedc143462d2820194072d54aee3a93052f18d1790 /crypto/ripemd
parent8bccbce52ae9914306262284d245304bad402efc (diff)
downloadopenssl-de72be2e5784269088cc77479f41c8aeb82fcf6b.tar.gz
Pass $(CC) to perlasm scripts via the environment
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>
Diffstat (limited to 'crypto/ripemd')
-rw-r--r--crypto/ripemd/build.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ripemd/build.info b/crypto/ripemd/build.info
index 5f63598555..e39f9bd223 100644
--- a/crypto/ripemd/build.info
+++ b/crypto/ripemd/build.info
@@ -6,5 +6,5 @@ BEGINRAW[Makefile]
##### RMD160 assembler implementations
{- $builddir -}/rmd-586.s: {- $sourcedir -}/asm/rmd-586.pl {- $sourcetop -}/crypto/perlasm/x86asm.pl
- $(PERL) {- $sourcedir -}/asm/rmd-586.pl $(PERLASM_SCHEME) $(CFLAGS) > $@
+ CC="$(CC)" $(PERL) {- $sourcedir -}/asm/rmd-586.pl $(PERLASM_SCHEME) $(CFLAGS) > $@
ENDRAW[Makefile]