]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
backport: config.host: Use the generic FreeBSD t-slibgcc-elf-ver for arm*-*-freebsd...
authorAndreas Tobler <andreast@gcc.gnu.org>
Wed, 10 May 2017 20:45:35 +0000 (22:45 +0200)
committerAndreas Tobler <andreast@gcc.gnu.org>
Wed, 10 May 2017 20:45:35 +0000 (22:45 +0200)
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.

From-SVN: r247862

libgcc/ChangeLog
libgcc/config.host

index 4c7b8c2654da7f79980eee0a98c53702a84a1c3c..f1b3ffcd5a142106696d2bc9210ab211b165a2c1 100644 (file)
@@ -1,3 +1,11 @@
+2017-05-09  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-04-07  Alan Modra  <amodra@gmail.com>
 
        PR target/45053
index a131693b02ee1fd631c51c14e90fe83e9e078fb9..91f0f7f6a8e7997a0969080cf524c597a4cfde9b 100644 (file)
@@ -378,7 +378,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"