From: Christophe Lyon Date: Thu, 29 Oct 2015 14:22:56 +0000 (+0000) Subject: config.host (arm*-*-eabi*, [...]): Include crtfastmath.o. X-Git-Tag: basepoints/gcc-7~3474 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1300f017c8cfaa4ea335b9bdfd20c044289fb5e0;p=thirdparty%2Fgcc.git config.host (arm*-*-eabi*, [...]): Include crtfastmath.o. 2015-10-29 Christophe Lyon * config.host (arm*-*-eabi*, arm*-*-symbianelf*, arm*-*-rtems*): Include crtfastmath.o. From-SVN: r229529 --- diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 8ba7879c0a1e..5ce44ec8bee4 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,8 +1,13 @@ +2015-10-29 Christophe Lyon + + * config.host (arm*-*-eabi*, arm*-*-symbianelf*, arm*-*-rtems*): + Include crtfastmath.o. + 2015-10-23 Joern Rennecke PR libgcc/66883 * config/epiphany/udivsi3-float.c: Fix CONCISE test, and comment typo. - + 2015-10-16 Kaushik Phatak * config/rl78/divmodqi.S: Return 0x00 by default for div by 0. diff --git a/libgcc/config.host b/libgcc/config.host index 2ee92c19e17d..b63cc36d277c 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -414,6 +414,7 @@ arm*-*-eabi* | arm*-*-symbianelf* | arm*-*-rtems*) ;; esac tmake_file="$tmake_file t-softfp-sfdf t-softfp-excl arm/t-softfp t-softfp" + extra_parts="$extra_parts crtfastmath.o" unwind_header=config/arm/unwind-arm.h ;; avr-*-rtems*)