[Bug target/116833] Symbian: incorrect configuration for crtfastmath.o

2024-09-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116833 --- Comment #3 from Andrew Pinski --- https://fedor4ever.wordpress.com/2024/09/22/gcc-14-1-0-for-symbian-out/

[Bug target/116833] Symbian: incorrect configuration for crtfastmath.o

2024-09-24 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116833 --- Comment #2 from Jonathan Wakely --- On IRC rearnshaw said that t-crtfm should have been added to tmake_file when crtfasthmath.o was added to extra_parts i.e. --- a/libgcc/config.host +++ b/libgcc/config.host @@ -579,7 +579,7 @@ arm*-*-eabi*

[Bug target/116833] Symbian: incorrect configuration for crtfastmath.o

2024-09-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116833 Andrew Pinski changed: What|Removed |Added Component|libgcc |target --- Comment #1 from Andrew Pinsk