diff options
author | Andreas Tobler <andreast@gcc.gnu.org> | 2017-05-09 22:37:25 +0200 |
---|---|---|
committer | Andreas Tobler <andreast@gcc.gnu.org> | 2017-05-09 22:37:25 +0200 |
commit | 8ef2b9a7b59418d9f5e644badbc0aade7f83414f (patch) | |
tree | 8252d6f23b42710c65f335bde08a42017f762bf4 /libgcc | |
parent | 31c2d57d4a1439c8165ef95754ebc28bdc302166 (diff) | |
download | gcc-8ef2b9a7b59418d9f5e644badbc0aade7f83414f.zip gcc-8ef2b9a7b59418d9f5e644badbc0aade7f83414f.tar.gz gcc-8ef2b9a7b59418d9f5e644badbc0aade7f83414f.tar.bz2 |
config.host: Use the generic FreeBSD t-slibgcc-elf-ver for arm*-*-freebsd* instead of the...
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: r247812
Diffstat (limited to 'libgcc')
-rw-r--r-- | libgcc/ChangeLog | 5 | ||||
-rw-r--r-- | libgcc/config.host | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 2e0f7fc..75dba40 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,8 @@ +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-05 Joshua Conner <joshconner@google.com> * config/arm/unwind-arm.h (_Unwind_decode_typeinfo_ptr): Use diff --git a/libgcc/config.host b/libgcc/config.host index 1426b04..6640afb 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" |