diff options
author | clyon <clyon@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-10-29 14:22:56 +0000 |
---|---|---|
committer | clyon <clyon@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-10-29 14:22:56 +0000 |
commit | 18e986697bdd796f3a5650655f697853ebbeda82 (patch) | |
tree | dfbfdacf96937c0fa2c6b96b62eea121d27d1910 /libgcc | |
parent | 3743a90c82fcef3987ae354466a8e1e8e856e7f0 (diff) | |
download | gcc-18e986697bdd796f3a5650655f697853ebbeda82.tar.gz |
2015-10-29 Christophe Lyon <christophe.lyon@linaro.org>
* config.host (arm*-*-eabi*, arm*-*-symbianelf*, arm*-*-rtems*):
Include crtfastmath.o.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@229529 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc')
-rw-r--r-- | libgcc/ChangeLog | 7 | ||||
-rw-r--r-- | libgcc/config.host | 1 |
2 files changed, 7 insertions, 1 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 8ba7879c0a1..5ce44ec8bee 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,8 +1,13 @@ +2015-10-29 Christophe Lyon <christophe.lyon@linaro.org> + + * config.host (arm*-*-eabi*, arm*-*-symbianelf*, arm*-*-rtems*): + Include crtfastmath.o. + 2015-10-23 Joern Rennecke <joern.rennecke@embecosm.com> PR libgcc/66883 * config/epiphany/udivsi3-float.c: Fix CONCISE test, and comment typo. - + 2015-10-16 Kaushik Phatak <kaushik.phatak@kpit.com> * config/rl78/divmodqi.S: Return 0x00 by default for div by 0. diff --git a/libgcc/config.host b/libgcc/config.host index 2ee92c19e17..b63cc36d277 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*) |