Have Configure display the value of SHARED_CFLAG
Reviewed-by: Andy Polyakov <appro@openssl.org>
This commit is contained in:
parent
5b14d5b5a0
commit
63ee7129f1
1 changed files with 1 additions and 0 deletions
|
@ -1751,6 +1751,7 @@ close(OUT);
|
|||
print "IsMK1MF =", ($builder eq "mk1mf" ? "yes" : "no"), "\n";
|
||||
print "CC =$target{cc}\n";
|
||||
print "CFLAG =$target{cflags} $config{cflags}\n";
|
||||
print "SHARED_CFLAG =$target{shared_cflag}\n";
|
||||
print "DEFINES =",join(" ", @{$target{defines}}, @{$config{defines}}),"\n";
|
||||
print "LFLAG =$target{lflags}\n";
|
||||
print "PLIB_LFLAG =$target{plib_lflags}\n";
|
||||
|
|
Loading…
Reference in a new issue