diff options
author | Sverker Eriksson <sverker@erlang.org> | 2020-02-19 18:43:15 +0100 |
---|---|---|
committer | Sverker Eriksson <sverker@erlang.org> | 2020-02-19 18:43:15 +0100 |
commit | e3cbbb6e83bdc3db5846f26366c6a52299281580 (patch) | |
tree | 2228a2ad4e4ad221cc851d9a1c83152f1fec949e /HOWTO | |
parent | d3dfa74626130f9ebf3fa5f6cf908df137e707e9 (diff) | |
parent | ad73bc04ae5384d06c0b0843281732cae5dc634e (diff) | |
download | erlang-e3cbbb6e83bdc3db5846f26366c6a52299281580.tar.gz |
Merge branch 'sverker/pie/OTP-15868'
* sverker/pie/OTP-15868:
Add configure options --enable-pie and --disable-pie
Remove unused stuff from erts/configure.in
Diffstat (limited to 'HOWTO')
-rw-r--r-- | HOWTO/INSTALL.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/HOWTO/INSTALL.md b/HOWTO/INSTALL.md index 674454bc8e..0c7de9d4e6 100644 --- a/HOWTO/INSTALL.md +++ b/HOWTO/INSTALL.md @@ -353,6 +353,7 @@ Some of the available `configure` options are: `(g)cc` * `--enable-m32-build` - Build 32-bit binaries using the `-m32` flag to `(g)cc` +* `--{enable,disable}-pie` - Build position independent executable binaries. * `--with-assumed-cache-line-size=SIZE` - Set assumed cache-line size in bytes. Default is 64. Valid values are powers of two between and including 16 and 8192. The runtime system use this value in order to |