summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-03-01 11:54:07 +0100
committerRichard Levitte <levitte@openssl.org>2019-03-05 09:26:13 +0100
commit284d19c2ced0264bd46de61718aa4a60efa8d175 (patch)
treecb638bedaff61b807a2efa52580373d890940bf6 /INSTALL
parent26a053d195d5cc8a5cd648da3f05d3ff0e47f776 (diff)
downloadopenssl-new-284d19c2ced0264bd46de61718aa4a60efa8d175.tar.gz
Add advice on setting CXX at the same time as CC
Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/8370)
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL7
1 files changed, 6 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 99d0463e4b..d8c5dc5925 100644
--- a/INSTALL
+++ b/INSTALL
@@ -307,7 +307,7 @@
the C and the C++ compiler. If not, the C++ build
test will most likely break. As an alternative,
you can use the language specific variables, CFLAGS
- and CXXFLAGS.
+ and CXXFLAGS.
no-capieng
Don't build the CAPI engine. This option will be forced if
@@ -689,6 +689,11 @@
CC=gcc CROSS_COMPILE=x86_64-w64-mingw32- \
./config -DCOOKIE
+ If CC is set, it is advisable to also set CXX to ensure
+ both C and C++ compilers are in the same "family". This
+ becomes relevant with 'enable-external-tests' and
+ 'enable-buildtest-c++'.
+
reconf
reconfigure
Reconfigure from earlier data. This fetches the previous