diff options
author | 2015-12-23 08:42:42 +0000 | |
---|---|---|
committer | 2015-12-23 08:42:42 +0000 | |
commit | c8e6cd31366d9b3a3144f45da7c246027bf93430 (patch) | |
tree | 0618ed472e818a0c0fa101ed7388a2edd11882cb | |
parent | Ensure the installer asks for the dns domain and nameserver in case an (diff) | |
download | wireguard-openbsd-c8e6cd31366d9b3a3144f45da7c246027bf93430.tar.xz wireguard-openbsd-c8e6cd31366d9b3a3144f45da7c246027bf93430.zip |
We support PIE on static executables now.
ok pascal@
-rw-r--r-- | share/man/man1/gcc-local.1 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/share/man/man1/gcc-local.1 b/share/man/man1/gcc-local.1 index 286e7be3632..5b5e941d151 100644 --- a/share/man/man1/gcc-local.1 +++ b/share/man/man1/gcc-local.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gcc-local.1,v 1.46 2015/11/05 09:48:05 jmc Exp $ +.\" $OpenBSD: gcc-local.1,v 1.47 2015/12/23 08:42:42 bentley Exp $ .\" .\" Copyright (c) 2002 Marc Espie .\" Copyright (c) 2003 Anil Madhavapeddy @@ -25,7 +25,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: November 5 2015 $ +.Dd $Mdocdate: December 23 2015 $ .Dt GCC-LOCAL 1 .Os .Sh NAME @@ -172,7 +172,6 @@ This behavior can be turned off by passing to the compiler and .Fl nopie to the linker. -It is not supported for static executables. .It .Nm gcc recognizes a new flag which is enabled by default, |