diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-02-19 02:34:50 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-03-02 16:40:20 +0000 |
commit | f0035682628d1402500a2e3978304e76a06cf3d7 (patch) | |
tree | b5ebbb83a9976d8e36afd21fd97ae1b35aa86765 /conf/intel | |
parent | 38e04aa31162a3f4e6045f6c055fac9c76526fb9 (diff) |
dev-lang/perl : disable fortify (fix build with tc)
Diffstat (limited to 'conf/intel')
-rw-r--r-- | conf/intel/portage/env/nofortify.conf | 5 | ||||
-rw-r--r-- | conf/intel/portage/package.env/00-dev.package.env | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/conf/intel/portage/env/nofortify.conf b/conf/intel/portage/env/nofortify.conf new file mode 100644 index 0000000..1137a60 --- /dev/null +++ b/conf/intel/portage/env/nofortify.conf @@ -0,0 +1,5 @@ +CFLAGS="-O2 -march=x86-64 -mtune=generic -pipe -fno-delete-null-pointer-checks -Wno-deprecated -Wno-deprecated-declarations -fno-plt -fstack-protector-strong -pie" +CXXFLAGS="-O2 -march=x86-64 -mtune=generic -pipe -fno-delete-null-pointer-checks -Wno-deprecated -Wno-deprecated-declarations -fno-plt -fstack-protector-strong -pie" +LDFLAGS="-Wl,--hash-style=gnu -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,now -Wl,-z,relro" +CHOST="x86_64-pc-linux-gnu" +MAKEOPTS="-j10" diff --git a/conf/intel/portage/package.env/00-dev.package.env b/conf/intel/portage/package.env/00-dev.package.env index a5bafc0..6b8301e 100644 --- a/conf/intel/portage/package.env/00-dev.package.env +++ b/conf/intel/portage/package.env/00-dev.package.env @@ -1 +1 @@ -dev-lang/perl ufortify.conf +dev-lang/perl nofortify.conf |