]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/chacha/build.info
Pass $(CC) to perlasm scripts via the environment
[thirdparty/openssl.git] / crypto / chacha / build.info
index 3ae640fc22c1cca46f00a9bc7b70982841b9d371..f2db5f0201ef66342a5800370b6d683b5ca8247a 100644 (file)
@@ -5,12 +5,12 @@ BEGINRAW[Makefile(unix)]
 ##### CHACHA assembler implementations
 
 {- $builddir -}/chacha-x86.s:          {- $sourcedir -}/asm/chacha-x86.pl
-       $(PERL) {- $sourcedir -}/asm/chacha-x86.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) > $@
+       CC="$(CC)" $(PERL) {- $sourcedir -}/asm/chacha-x86.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) > $@
 {- $builddir -}/chacha-x86_64.s:       {- $sourcedir -}/asm/chacha-x86_64.pl
-       $(PERL) {- $sourcedir -}/asm/chacha-x86_64.pl $(PERLASM_SCHEME) > $@
+       CC="$(CC)" $(PERL) {- $sourcedir -}/asm/chacha-x86_64.pl $(PERLASM_SCHEME) > $@
 {- $builddir -}/chacha-ppc.s:  {- $sourcedir -}/asm/chacha-ppc.pl
-       $(PERL) {- $sourcedir -}/asm/chacha-ppc.pl $(PERLASM_SCHEME) $@
+       CC="$(CC)" $(PERL) {- $sourcedir -}/asm/chacha-ppc.pl $(PERLASM_SCHEME) $@
 
 {- $builddir -}/chacha-%.S:    {- $sourcedir -}/asm/chacha-%.pl
-       $(PERL) $< $(PERLASM_SCHEME) $@
+       CC="$(CC)" $(PERL) $< $(PERLASM_SCHEME) $@
 ENDRAW[Makefile(unix)]