mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +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
|
||||
version=${_majorver}.0
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="gcc-${version}"
|
||||
short_desc="GNU Compiler Collection (multilib files)"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
|
@ -55,6 +55,8 @@ do_configure() {
|
|||
--enable-lto \
|
||||
--enable-linker-build-id \
|
||||
--enable-gnu-unique-object \
|
||||
--enable-default-pie \
|
||||
--enable-default-ssp \
|
||||
--enable-checking=release \
|
||||
--disable-libstdcxx-pch \
|
||||
--disable-target-libiberty \
|
||||
|
|
Loading…
Add table
Reference in a new issue