aboutsummaryrefslogtreecommitdiff
path: root/libgcc/config.host
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2015-10-29 14:22:56 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2015-10-29 14:22:56 +0000
commit3608cc4db7722a045e0ee20e20b9e53bd2af7c80 (patch)
treedfbfdacf96937c0fa2c6b96b62eea121d27d1910 /libgcc/config.host
parent6d9c05195d4812055f83d9c1da664310f7c7b602 (diff)
2015-10-29 Christophe Lyon <christophe.lyon@linaro.org>
* config.host (arm*-*-eabi*, arm*-*-symbianelf*, arm*-*-rtems*): Include crtfastmath.o. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@229529 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc/config.host')
-rw-r--r--libgcc/config.host1
1 files changed, 1 insertions, 0 deletions
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*)