summaryrefslogtreecommitdiff
path: root/libgcc
diff options
context:
space:
mode:
authorandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>2017-05-10 20:42:58 +0000
committerandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>2017-05-10 20:42:58 +0000
commitea7b01541e2643b37211ba68bdf642e13c82ae61 (patch)
treeafa931549610482efeb9c1fc49298e646916aecf /libgcc
parenta1a4b29a28d94b35559a97937ff8f5582f5a68eb (diff)
2017-05-10 Andreas Tobler <andreast@gcc.gnu.org>
Backport from mainline 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-7-branch@247859 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc')
-rw-r--r--libgcc/ChangeLog8
-rw-r--r--libgcc/config.host2
2 files changed, 9 insertions, 1 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index b6be9c2f478a..69457f1c9467 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -1,3 +1,11 @@
+2017-05-10 Andreas Tobler <andreast@gcc.gnu.org>
+
+ Backport from mainline
+ 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.
+
2017-05-02 Release Manager
* GCC 7.1.0 released.
diff --git a/libgcc/config.host b/libgcc/config.host
index b279a6458f9a..bedcf1017dfa 100644
--- a/libgcc/config.host
+++ b/libgcc/config.host
@@ -389,7 +389,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"