]> git.ipfire.org Git - thirdparty/openssl.git/blame - crypto/whrlpool/build.info
Pass $(CC) to perlasm scripts via the environment
[thirdparty/openssl.git] / crypto / whrlpool / build.info
CommitLineData
777a2882
RL
1LIBS=../../libcrypto
2SOURCE[../../libcrypto]=wp_dgst.c {- $target{wp_asm_src} -}
567a9e6f
RL
3
4BEGINRAW[Makefile]
5{- $builddir -}/wp-mmx.s: {- $sourcedir -}/asm/wp-mmx.pl {- $sourcetop -}/crypto/perlasm/x86asm.pl
de72be2e 6 CC="$(CC)" $(PERL) {- $sourcedir -}/asm/wp-mmx.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) > $@
567a9e6f
RL
7
8{- $builddir -}/wp-x86_64.s: {- $sourcedir -}/asm/wp-x86_64.pl
de72be2e 9 CC="$(CC)" $(PERL) {- $sourcedir -}/asm/wp-x86_64.pl $(PERLASM_SCHEME) > $@
567a9e6f 10ENDRAW[Makefile]