aboutsummaryrefslogtreecommitdiffstats
path: root/rpmrc.in
diff options
context:
space:
mode:
authorJani Välimaa <wally@mageia.org>2024-02-29 21:10:50 +0200
committerJani Välimaa <wally@mageia.org>2024-02-29 21:10:50 +0200
commit88173afe674f0da36c1b63601ce106881728bf55 (patch)
tree697fd4cf1ff4659a95d642472771e631fdfaf2ed /rpmrc.in
parent7c74fb84a6def20dd4c81ec444f88be4d9cba729 (diff)
downloadrpm-setup-88173afe674f0da36c1b63601ce106881728bf55.tar
rpm-setup-88173afe674f0da36c1b63601ce106881728bf55.tar.gz
rpm-setup-88173afe674f0da36c1b63601ce106881728bf55.tar.bz2
rpm-setup-88173afe674f0da36c1b63601ce106881728bf55.tar.xz
rpm-setup-88173afe674f0da36c1b63601ce106881728bf55.zip
rpmrc: remove -fstack-clash-protection from armv7 default flags
Diffstat (limited to 'rpmrc.in')
-rw-r--r--rpmrc.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/rpmrc.in b/rpmrc.in
index f2a39f8..9ade0cd 100644
--- a/rpmrc.in
+++ b/rpmrc.in
@@ -12,11 +12,11 @@ optflags: athlon %{__common_cflags_with_ssp} -fomit-frame-pointer -march=athlon
optflags: x86_64 %{__common_cflags_with_ssp} -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full
# Cortex A8
-optflags: armv7 %{__common_cflags_with_ssp} -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fstack-clash-protection
-optflags: armv7l %{__common_cflags_with_ssp} -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fstack-clash-protection
+optflags: armv7 %{__common_cflags_with_ssp} -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp
+optflags: armv7l %{__common_cflags_with_ssp} -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp
-optflags: armv7hl %{__common_cflags_with_ssp} -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -fstack-clash-protection
-optflags: armv7hnl %{__common_cflags_with_ssp} -march=armv7-a -mfloat-abi=hard -mfpu=neon -fstack-clash-protection
+optflags: armv7hl %{__common_cflags_with_ssp} -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16
+optflags: armv7hnl %{__common_cflags_with_ssp} -march=armv7-a -mfloat-abi=hard -mfpu=neon
optflags: aarch64 %{__common_cflags_with_ssp} -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection