summaryrefslogtreecommitdiffstats
path: root/crypto/des/build.info
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-03-12 09:46:28 +0100
committerRichard Levitte <levitte@openssl.org>2016-03-13 00:02:55 +0100
commitf425f9dcffc4efa13fbdbba34c6883b038409f3f (patch)
tree908a5963482e9165992ea3f1d65664e797fd7aad /crypto/des/build.info
parent8a0a3d293cc51c1cfeb5a3fecca01ec106747694 (diff)
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 <rsalz@openssl.org>
Diffstat (limited to 'crypto/des/build.info')
-rw-r--r--crypto/des/build.info4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/des/build.info b/crypto/des/build.info
index c422bbe5d7..10927ccbab 100644
--- a/crypto/des/build.info
+++ b/crypto/des/build.info
@@ -12,7 +12,7 @@ GENERATE[des_enc-sparc.S]=asm/des_enc.m4
GENERATE[dest4-sparcv9.S]=asm/dest4-sparcv9.pl $(PERLASM_SCHEME)
INCLUDE[dest4-sparcv9.o]=..
-GENERATE[des-586.s]=asm/des-586.pl $(PERLASM_SCHEME) $(CFLAGS)
+GENERATE[des-586.s]=asm/des-586.pl $(PERLASM_SCHEME) $(CFLAGS) $(LIB_CFLAGS)
DEPEND[des-586.s]=../perlasm/x86asm.pl ../perlasm/cbc.pl
-GENERATE[crypt586.s]=asm/crypt586.pl $(PERLASM_SCHEME) $(CFLAGS)
+GENERATE[crypt586.s]=asm/crypt586.pl $(PERLASM_SCHEME) $(CFLAGS) $(LIB_CFLAGS)
DEPEND[crypt586.s]=../perlasm/x86asm.pl ../perlasm/cbc.pl