From f425f9dcffc4efa13fbdbba34c6883b038409f3f Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sat, 12 Mar 2016 09:46:28 +0100 Subject: Add $(LIB_CFLAGS) for any build.info generator that uses $(CFLAGS) The reason to do so is that some of the generators detect PIC flags like -fPIC and -KPIC, and those are normally delivered in LD_CFLAGS. Reviewed-by: Rich Salz --- crypto/modes/build.info | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crypto/modes/build.info') diff --git a/crypto/modes/build.info b/crypto/modes/build.info index 1c12b78e85..43282c4ee7 100644 --- a/crypto/modes/build.info +++ b/crypto/modes/build.info @@ -6,8 +6,8 @@ SOURCE[../../libcrypto]=\ INCLUDE[gcm128.o]=.. -GENERATE[ghash-ia64.s]=asm/ghash-ia64.pl $(CFLAGS) -GENERATE[ghash-x86.s]=asm/ghash-x86.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) +GENERATE[ghash-ia64.s]=asm/ghash-ia64.pl $(CFLAGS) $(LIB_CFLAGS) +GENERATE[ghash-x86.s]=asm/ghash-x86.pl $(PERLASM_SCHEME) $(CFLAGS) $(LIB_CFLAGS) $(PROCESSOR) GENERATE[ghash-x86_64.s]=asm/ghash-x86_64.pl $(PERLASM_SCHEME) GENERATE[aesni-gcm-x86_64.s]=asm/aesni-gcm-x86_64.pl $(PERLASM_SCHEME) GENERATE[ghash-sparcv9.S]=asm/ghash-sparcv9.pl $(PERLASM_SCHEME) -- cgit v1.2.3