From: Olivier Hainque Date: Tue, 27 Jun 2017 12:20:05 +0000 (+0000) Subject: t-vxworks7: New file. X-Git-Tag: basepoints/gcc-9~6344 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4b0df93a0647291d66393368388afb3005a7b90;p=thirdparty%2Fgcc.git t-vxworks7: New file. 2017-06-27 Olivier Hainque * config/t-vxworks7: New file. * config.host (*-*-vxworks7): Use it. From-SVN: r249688 --- diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 1b5d2b5a17d4..330d781a226d 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 7711abf27047..2da578ed1992 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 ;;