From 47b8ada3358e87868cd9ca30f5cdc70114c73535 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Tue, 6 Feb 2018 19:08:40 +0100 Subject: [PATCH] Use generic tuning for armhfp --- gcc.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gcc.spec b/gcc.spec index 8dc30e2..9f6ce77 100644 --- a/gcc.spec +++ b/gcc.spec @@ -4,7 +4,7 @@ %global gcc_major 8 # Note, gcc_release must be integer, if you want to add suffixes to # %{release}, append them after %{gcc_release} on Release: line. -%global gcc_release 0.10 +%global gcc_release 0.11 %global nvptx_tools_gitrev c28050f60193b3b95a18866a96f03334e874e78f %global nvptx_newlib_gitrev aadc8eb0ec43b7cd0dd2dfb484bae63c8b05ef24 %global _unpackaged_files_terminate_build 0 @@ -986,7 +986,7 @@ CONFIGURE_OPTS="\ %endif %endif %ifarch armv7hl - --with-tune=cortex-a8 --with-arch=armv7-a \ + --with-tune=generic-armv7-a --with-arch=armv7-a \ --with-float=hard --with-fpu=vfpv3-d16 --with-abi=aapcs-linux \ %endif %ifarch mips mipsel @@ -3038,6 +3038,9 @@ fi %endif %changelog +* Tue Feb 6 2018 Florian Weimer - 8.0.1-0.11 +- Use generic tuning for armhfp + * Mon Feb 5 2018 Richard W.M. Jones 8.0.1-0.10 - Disable multilib on riscv64.