]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
t-vxworks7: New file.
authorOlivier Hainque <hainque@adacore.com>
Tue, 27 Jun 2017 12:20:05 +0000 (12:20 +0000)
committerOlivier Hainque <hainque@gcc.gnu.org>
Tue, 27 Jun 2017 12:20:05 +0000 (12:20 +0000)
2017-06-27  Olivier Hainque  <hainque@adacore.com>

* config/t-vxworks7: New file.
* config.host (*-*-vxworks7): Use it.

From-SVN: r249688

libgcc/ChangeLog
libgcc/config.host

index 1b5d2b5a17d4e610bebc8337f837e27f2ddc9a28..330d781a226d3e295bca3b0803859b9e2298cdcf 100644 (file)
@@ -1,3 +1,8 @@
+2017-06-27  Olivier Hainque  <hainque@adacore.com>
+
+       * config/t-vxworks7: New file.
+       * config.host (*-*-vxworks7): Use it.
+
 2017-06-22  Matt Turner  <mattst88@gmail.com>
 
        * config/i386/cpuinfo.c (get_intel_cpu): Add Kaby Lake models to
index 7711abf270474d37b2e6fcb9fb17f72ae1aa3dfd..2da578ed199254ab3e0229efd96d2a7684bb693f 100644 (file)
@@ -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
   ;;