diff options
author | Richard Levitte <levitte@openssl.org> | 2016-08-31 21:18:52 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2016-08-31 21:19:19 +0200 |
commit | ed43fe73ea30eae1506f0f6618a09d6a5819fc28 (patch) | |
tree | 4aa1126a37de01c016129402a4f0f785c020fed6 /INSTALL | |
parent | INSTALL: clarify OPENSSL_LOCAL_CONFIG_DIR (diff) | |
download | openssl-ed43fe73ea30eae1506f0f6618a09d6a5819fc28.tar.xz openssl-ed43fe73ea30eae1506f0f6618a09d6a5819fc28.zip |
INSTALL: add information on the environment variable BUILDFILE
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -770,6 +770,13 @@ AR The name of the ar executable to use. + BUILDFILE + Use a different build file name than the platform default + ("Makefile" on Unixly platforms, "makefile" on native Windows, + "descrip.mms" on OpenVMS). This requires that there is a + corresponding build file template. See Configurations/README + for further information. + CC The compiler to use. Configure will attempt to pick a default compiler for your platform but this choice can be overridden |