Commit 7763472f authored by Richard Levitte's avatar Richard Levitte
Browse files

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: default avatarRich Salz <rsalz@openssl.org>
parent ea241958
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment