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)
commitd8e2b4f9bf2e387ee533723a2d668fe7254b025c
tree737c2fbe51325a23d4ce4002dc8045187fbb84b7
parentab90718953eabbd8fa519895387d065c94418f5c
Build files: parametrize cpp

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)
Configurations/10-main.conf
Configurations/descrip.mms.tmpl
Configurations/unix-Makefile.tmpl
Configurations/windows-makefile.tmpl