diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-09-13 08:32:04 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-09-13 08:32:04 +0100 |
commit | d74cc06a07d49a9104737941e42b4945aa3fc7bd (patch) | |
tree | ac64aaf02af9649d463e0273a89b0d9664979a81 /conf | |
parent | 418d6c6b659cbf640363ef1afa2d44c8ea57452b (diff) |
sys-boot/syslinux : disable fcf protection (breaks build with gcc12)
Diffstat (limited to 'conf')
-rw-r--r-- | conf/intel/portage/env/nofcfprotection.conf | 4 | ||||
-rw-r--r-- | conf/intel/portage/package.env/00-sys-boot.package.env | 1 |
2 files changed, 5 insertions, 0 deletions
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 |