From d74cc06a07d49a9104737941e42b4945aa3fc7bd Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 13 Sep 2022 08:32:04 +0100 Subject: sys-boot/syslinux : disable fcf protection (breaks build with gcc12) --- conf/intel/portage/env/nofcfprotection.conf | 4 ++++ conf/intel/portage/package.env/00-sys-boot.package.env | 1 + 2 files changed, 5 insertions(+) create mode 100644 conf/intel/portage/env/nofcfprotection.conf (limited to 'conf') diff --git a/conf/intel/portage/env/nofcfprotection.conf b/conf/intel/portage/env/nofcfprotection.conf new file mode 100644 index 0000000..93d4d49 --- /dev/null +++ b/conf/intel/portage/env/nofcfprotection.conf @@ -0,0 +1,4 @@ +# This file has been automatically generated, do not edit. + +CFLAGS="-O2 -march=x86-64 -mtune=generic -pipe -fno-delete-null-pointer-checks -Wno-deprecated -Wno-deprecated-declarations -fno-plt -fstack-protector-strong -fstack-clash-protection" +CXXFLAGS="-O2 -march=x86-64 -mtune=generic -pipe -fno-delete-null-pointer-checks -Wno-deprecated -Wno-deprecated-declarations -fno-plt -fstack-protector-strong -fstack-clash-protection" diff --git a/conf/intel/portage/package.env/00-sys-boot.package.env b/conf/intel/portage/package.env/00-sys-boot.package.env index c5d3c7a..d111417 100644 --- a/conf/intel/portage/package.env/00-sys-boot.package.env +++ b/conf/intel/portage/package.env/00-sys-boot.package.env @@ -1,3 +1,4 @@ # This file has been automatically generated, do not edit. sys-boot/plymouth nostackclashprotection.conf +sys-boot/syslinux nofcfprotection.conf -- cgit v1.2.3