summaryrefslogtreecommitdiff
path: root/man/dpkg-buildflags.man
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2017-02-07 01:51:12 +0100
committerGuillem Jover <guillem@debian.org>2017-02-26 23:39:49 +0100
commit8e6660991e63cce477c8cb2e2ba62237b351efc0 (patch)
tree3b8001f2980986d72acf6432d21ee96816700c4d /man/dpkg-buildflags.man
parentdded9f5b0699f5ddead03e46b58ce674effe7fe4 (diff)
downloaddpkg-8e6660991e63cce477c8cb2e2ba62237b351efc0.tar.gz
Dpkg::Vendor::Debian: Mark more architectures as having gcc builtin PIE
Specifically kfreebsd-amd64, kfreebsd-i386, sparc and sparc64.
Diffstat (limited to 'man/dpkg-buildflags.man')
-rw-r--r--man/dpkg-buildflags.man5
1 files changed, 3 insertions, 2 deletions
diff --git a/man/dpkg-buildflags.man b/man/dpkg-buildflags.man
index 946f6d13d..e5ec7f7a9 100644
--- a/man/dpkg-buildflags.man
+++ b/man/dpkg-buildflags.man
@@ -348,8 +348,9 @@ above). The option cannot become enabled if \fBrelro\fP is not enabled.
.TP
.B pie
This setting (enabled by default since dpkg 1.18.11, and injected by default
-by gcc on the amd64, arm64, armel, armhf, i386, mips, mipsel, mips64el,
-ppc64el and s390x Debian architectures) adds the required options if
+by gcc on the amd64, arm64, armel, armhf, i386, kfreebsd-amd64, kfreebsd-i386,
+mips, mipsel, mips64el, ppc64el, s390x, sparc and sparc64 Debian architectures)
+adds the required options via gcc specs files if
needed to enable or disable PIE. When enabled and injected by gcc,
adds nothing. When enabled and not injected by gcc, adds \fB\-fPIE\fP
to \fBCFLAGS\fP, \fBCXXFLAGS\fP, \fBOBJCFLAGS\fP, \fBOBJCXXFLAGS\fP,