config.host (arm*-*-eabi*, [...]): Include crtfastmath.o.
authorChristophe Lyon <christophe.lyon@linaro.org>
Thu, 29 Oct 2015 14:22:56 +0000 (14:22 +0000)
committerChristophe Lyon <clyon@gcc.gnu.org>
Thu, 29 Oct 2015 14:22:56 +0000 (15:22 +0100)
2015-10-29  Christophe Lyon  <christophe.lyon@linaro.org>

* config.host (arm*-*-eabi*, arm*-*-symbianelf*, arm*-*-rtems*):
Include crtfastmath.o.

From-SVN: r229529

libgcc/ChangeLog
libgcc/config.host

index 8ba7879c0a1e89fb5aa467c69833b05e8dc15c8d..5ce44ec8bee4a6cab1712a31baaf7d1aa22df6c9 100644 (file)
@@ -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.
index 2ee92c19e17d2187edf58ab243081cf56081018a..b63cc36d277c60fef69b773d0ede53cf9438d2e9 100644 (file)
@@ -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*)