Add support for C++ in Configurations/unix-Makefile.tmpl
authorRichard Levitte <levitte@openssl.org>
Wed, 12 Oct 2016 13:30:43 +0000 (15:30 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 12 Oct 2016 14:37:54 +0000 (16:37 +0200)
commit7763472fe8fe42a1c830fcc9d35ca11fd9e6fcab
tree6adcfdc30c9091ffa8714cb4c554a533cac3fb03
parentea241958501b65d2fc70ecc1642bd1af70a0db9d
Add support for C++ in Configurations/unix-Makefile.tmpl

Note that it relies on a trick from Configure, where file names for
object files made from C++ source get '.cc' replaced with '_cc.o' to
recognise them.  This is needed so the correct compiler is used when
linking binaries.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Configurations/unix-Makefile.tmpl