summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-07-10 13:12:25 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-07-10 13:12:25 +0100
commit59dcc06fac96cf68746b0bf7f4d7f90547037525 (patch)
tree80c3b95cd9b68f9ca8da0daea01868b7123993c8 /conf
parent992c9acffe892125324ef8021e96fdb48ca3eec9 (diff)
arm64 : -fcf-protection=full is not supported, so disable it
Diffstat (limited to 'conf')
-rw-r--r--conf/arm/portage/make.conf/00-cflags.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/arm/portage/make.conf/00-cflags.conf b/conf/arm/portage/make.conf/00-cflags.conf
index d65b474..1276ef7 100644
--- a/conf/arm/portage/make.conf/00-cflags.conf
+++ b/conf/arm/portage/make.conf/00-cflags.conf
@@ -1,6 +1,6 @@
# This file has been automatically generated, do not edit.
-CFLAGS="-O2 -march=armv8-a+crc+simd -mtune=cortex-a72 -pipe -ftree-vectorize -fomit-frame-pointer -fno-delete-null-pointer-checks -Wno-deprecated -Wno-deprecated-declarations -fno-plt -fstack-protector-strong -fstack-clash-protection -fcf-protection=full"
-CXXFLAGS="-O2 -march=armv8-a+crc+simd -mtune=cortex-a72 -pipe -ftree-vectorize -fomit-frame-pointer -fno-delete-null-pointer-checks -Wno-deprecated -Wno-deprecated-declarations -fno-plt -fstack-protector-strong -fstack-clash-protection -fcf-protection=full"
+CFLAGS="-O2 -march=armv8-a+crc+simd -mtune=cortex-a72 -pipe -ftree-vectorize -fomit-frame-pointer -fno-delete-null-pointer-checks -Wno-deprecated -Wno-deprecated-declarations -fno-plt -fstack-protector-strong -fstack-clash-protection"
+CXXFLAGS="-O2 -march=armv8-a+crc+simd -mtune=cortex-a72 -pipe -ftree-vectorize -fomit-frame-pointer -fno-delete-null-pointer-checks -Wno-deprecated -Wno-deprecated-declarations -fno-plt -fstack-protector-strong -fstack-clash-protection"
LDFLAGS="-Wl,--hash-style=gnu -Wl,-O1 -Wl,--sort-common -Wl,--as-needed"
CHOST="aarch64-unknown-linux-gnu"