mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
gcc-multilib: enable PIE and SSP.
Don't diverge from features of main gcc package.
This commit is contained in:
parent
b8e892c950
commit
30bbe20933
1 changed files with 3 additions and 1 deletions
|
@ -5,7 +5,7 @@ _majorver=9.3
|
||||||
|
|
||||||
pkgname=gcc-multilib
|
pkgname=gcc-multilib
|
||||||
version=${_majorver}.0
|
version=${_majorver}.0
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="gcc-${version}"
|
wrksrc="gcc-${version}"
|
||||||
short_desc="GNU Compiler Collection (multilib files)"
|
short_desc="GNU Compiler Collection (multilib files)"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
@ -55,6 +55,8 @@ do_configure() {
|
||||||
--enable-lto \
|
--enable-lto \
|
||||||
--enable-linker-build-id \
|
--enable-linker-build-id \
|
||||||
--enable-gnu-unique-object \
|
--enable-gnu-unique-object \
|
||||||
|
--enable-default-pie \
|
||||||
|
--enable-default-ssp \
|
||||||
--enable-checking=release \
|
--enable-checking=release \
|
||||||
--disable-libstdcxx-pch \
|
--disable-libstdcxx-pch \
|
||||||
--disable-target-libiberty \
|
--disable-target-libiberty \
|
||||||
|
|
Loading…
Add table
Reference in a new issue