Pass $(CC) to perlasm scripts via the environment
authorRichard Levitte <levitte@openssl.org>
Sat, 13 Feb 2016 18:15:52 +0000 (19:15 +0100)
committerRichard Levitte <levitte@openssl.org>
Sat, 13 Feb 2016 18:21:36 +0000 (19:21 +0100)
commitde72be2e5784269088cc77479f41c8aeb82fcf6b
treedc143462d2820194072d54aee3a93052f18d1790
parent8bccbce52ae9914306262284d245304bad402efc
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>
18 files changed:
crypto/aes/build.info
crypto/bf/build.info
crypto/bn/build.info
crypto/build.info
crypto/camellia/build.info
crypto/cast/build.info
crypto/chacha/build.info
crypto/des/build.info
crypto/ec/build.info
crypto/md5/build.info
crypto/modes/build.info
crypto/poly1305/build.info
crypto/rc4/build.info
crypto/rc5/build.info
crypto/ripemd/build.info
crypto/sha/build.info
crypto/whrlpool/build.info
engines/build.info