Build files: when using $(CPP), use the C flags alongside the CPP flags
authorRichard Levitte <levitte@openssl.org>
Thu, 22 Feb 2018 15:33:58 +0000 (16:33 +0100)
committerRichard Levitte <levitte@openssl.org>
Thu, 22 Feb 2018 20:56:41 +0000 (21:56 +0100)
commit8bc0147ff863bcf47dea5c71cf1d4f17b3b6914e
treee7385891d00a54bca80d2ac553b2fbb90ff02935
parent1af563e3742c5be733194dab9778e064984b3c23
Build files: when using $(CPP), use the C flags alongside the CPP flags

The reason for this is that some of the C flags affect built in macros
that we may depend on.

Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5436)
Configurations/descrip.mms.tmpl
Configurations/unix-Makefile.tmpl
Configurations/windows-makefile.tmpl