From e4b0df93a0647291d66393368388afb3005a7b90 Mon Sep 17 00:00:00 2001 From: Olivier Hainque Date: Tue, 27 Jun 2017 12:20:05 +0000 Subject: [PATCH] t-vxworks7: New file. 2017-06-27 Olivier Hainque * config/t-vxworks7: New file. * config.host (*-*-vxworks7): Use it. From-SVN: r249688 --- libgcc/ChangeLog | 5 +++++ libgcc/config.host | 3 +++ 2 files changed, 8 insertions(+) diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 1b5d2b5a17d..330d781a226 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,8 @@ +2017-06-27 Olivier Hainque + + * config/t-vxworks7: New file. + * config.host (*-*-vxworks7): Use it. + 2017-06-22 Matt Turner * config/i386/cpuinfo.c (get_intel_cpu): Add Kaby Lake models to diff --git a/libgcc/config.host b/libgcc/config.host index 7711abf2704..2da578ed199 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -312,6 +312,9 @@ case ${host} in tmake_file="vms/t-vms" extra_parts="crt0.o crtbegin.o crtbeginS.o crtend.o crtendS.o" ;; +*-*-vxworks7) + tmake_file=t-vxworks7 + ;; *-*-vxworks*) tmake_file=t-vxworks ;; -- 2.30.2