diff --git a/aa000-0/portage/env/gcc-nolto.conf b/aa000-0/portage/env/gcc-nolto.conf index 4b17fa3..3e7a02d 100644 --- a/aa000-0/portage/env/gcc-nolto.conf +++ b/aa000-0/portage/env/gcc-nolto.conf @@ -4,12 +4,12 @@ # Copyright 2022 Jake Winters # SPDX-License-Identifier: BSD-3-Clause -# Version: 10.0.0-alpha.1+17 +# Version: 10.0.0-alpha.2+18 # Flags # Hardening flags -C_SEC="-fstack-clash-protection -fstack-protector-strong -ftrivial-auto-var-init=zero -fwrapv" +C_SEC="-fcf-protection=full -fstack-clash-protection -fstack-protector-strong -ftrivial-auto-var-init=zero -fwrapv" LD_SEC="-Wl,-z,defs -Wl,-z,now -Wl,-z,relro" ## Compiler flags CFLAGS="-march=znver3 -mtune=znver3 -O2 -pipe ${C_SEC}" diff --git a/aa000-0/portage/env/gcc.conf b/aa000-0/portage/env/gcc.conf index 1476ec9..6d25078 100644 --- a/aa000-0/portage/env/gcc.conf +++ b/aa000-0/portage/env/gcc.conf @@ -4,12 +4,12 @@ # Copyright 2023 Jake Winters # SPDX-License-Identifier: BSD-3-Clause -# Version: 3.0.0-alpha.1+5 +# Version: 3.0.0-alpha.2+6 # Flags # Hardening flags -C_SEC="-fstack-clash-protection -fstack-protector-strong -ftrivial-auto-var-init=zero -fwrapv" +C_SEC="-fcf-protection=full -fstack-clash-protection -fstack-protector-strong -ftrivial-auto-var-init=zero -fwrapv" LD_SEC="-Wl,-z,defs -Wl,-z,now -Wl,-z,relro" ## Compiler flags CFLAGS="-flto=4 -march=znver3 -mtune=znver3 -O2 -pipe ${C_SEC}" diff --git a/aa000-0/portage/env/nolto.conf b/aa000-0/portage/env/nolto.conf index 888fcd4..1fef263 100644 --- a/aa000-0/portage/env/nolto.conf +++ b/aa000-0/portage/env/nolto.conf @@ -4,12 +4,12 @@ # Copyright 2023 Jake Winters # SPDX-License-Identifier: BSD-3-Clause -# Version: 5.0.0-alpha.1+9 +# Version: 5.0.0-alpha.2+10 # Flags ## Hardening flags -C_SEC="-fstack-clash-protection -fstack-protector-strong -ftrivial-auto-var-init=zero -fwrapv" +C_SEC="-fcf-protection=full -fstack-clash-protection -fstack-protector-strong -ftrivial-auto-var-init=zero -fwrapv" LD_SEC="-Wl,-z,defs -Wl,-z,now -Wl,-z,relro" ## Compiler flags CFLAGS="-march=znver3 -mtune=znver3 -O2 -pipe ${C_SEC}"