Build files: parametrize cpp
authorRichard Levitte <levitte@openssl.org>
Tue, 13 Feb 2018 19:04:35 +0000 (20:04 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 14 Feb 2018 11:34:31 +0000 (12:34 +0100)
Instead of having the knowledge of the exact flags to run the C
preprocessor only and have it output on standard output in the deeper
recesses of the build file template, make it a config parameter, or
rely on build CPP in value ('$(CC) -E' on Unix).

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/5356)


No differences found