config.host (arm*-*-eabi*, [...]): Include crtfastmath.o.
2015-10-29 Christophe Lyon <christophe.lyon@linaro.org> * config.host (arm*-*-eabi*, arm*-*-symbianelf*, arm*-*-rtems*): Include crtfastmath.o. From-SVN: r229529
This commit is contained in:
parent
55db37536f
commit
1300f017c8
2 changed files with 7 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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*)
|
||||
|
|
Loading…
Add table
Reference in a new issue