diff options
-rw-r--r-- | conf/arm/portage/make.conf/00-cflags.conf | 4 |
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" |