aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYvan Roux <yvan.roux@linaro.org>2017-06-12 10:58:47 +0200
committerYvan Roux <yvan.roux@linaro.org>2017-06-13 08:35:15 +0000
commitd1eca91e9f66f1f03d4eaa8f70fd3d14d26e7a97 (patch)
tree14733335cd2beaed4a8e1d97e23920229eabfaa4
parentfa49262222b1d1a384a0d530f790d717298d4b19 (diff)
libgcc/
Backport from trunk r247812. 2017-05-09 Andreas Tobler <andreast@gcc.gnu.org> * config.host: Use the generic FreeBSD t-slibgcc-elf-ver for arm*-*-freebsd* instead of the t-slibgcc-libgcc. Change-Id: Ib9551f44d87f3a95356bdbce50be1825bb9254fe
-rw-r--r--libgcc/config.host2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgcc/config.host b/libgcc/config.host
index 1426b04f47f..6640afbcd21 100644
--- a/libgcc/config.host
+++ b/libgcc/config.host
@@ -397,7 +397,7 @@ arm-wrs-vxworks)
;;
arm*-*-freebsd*) # ARM FreeBSD EABI
tmake_file="${tmake_file} arm/t-arm t-fixedpoint-gnu-prefix arm/t-elf"
- tmake_file="${tmake_file} arm/t-bpabi arm/t-freebsd t-slibgcc-libgcc"
+ tmake_file="${tmake_file} arm/t-bpabi arm/t-freebsd"
tm_file="${tm_file} arm/bpabi-lib.h"
unwind_header=config/arm/unwind-arm.h
tmake_file="${tmake_file} t-softfp-sfdf t-softfp-excl arm/t-softfp t-softfp"