aboutsummaryrefslogtreecommitdiff
path: root/libgcc
diff options
context:
space:
mode:
authorJerome Lambourg <lambourg@adacore.com>2017-06-27 13:15:35 +0000
committerOlivier Hainque <hainque@gcc.gnu.org>2017-06-27 13:15:35 +0000
commit50567938f93131f62346523bdb5a7d5fd251f42e (patch)
tree7000a8cdd8166ff156a77c1e4831eaadf3fa07bd /libgcc
parente4b0df93a0647291d66393368388afb3005a7b90 (diff)
downloadgcc-50567938f93131f62346523bdb5a7d5fd251f42e.zip
gcc-50567938f93131f62346523bdb5a7d5fd251f42e.tar.gz
gcc-50567938f93131f62346523bdb5a7d5fd251f42e.tar.bz2
config.gcc (i*86-wrs-vxworks7): Handle new acceptable triplet.
2017-06-27 Jerome Lambourg <lambourg@adacore.com> gcc/ * config.gcc (i*86-wrs-vxworks7): Handle new acceptable triplet. (x86_64-wrs-vxworks7): Likewise. libgcc/ * config.host (i*86-wrs)vxworks7): Handle new acceptable triplet. (x86_64-wrs-vxworks7): Likewise. From-SVN: r249689
Diffstat (limited to 'libgcc')
-rw-r--r--libgcc/ChangeLog5
-rw-r--r--libgcc/config.host2
2 files changed, 6 insertions, 1 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index 330d781..924543c 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -1,3 +1,8 @@
+2017-06-27 Jerome Lambourg <lambourg@adacore.com>
+
+ * config.host (i*86-wrs-vxworks7): Handle new acceptable triplet.
+ (x86_64-wrs-vxworks7): Likewise.
+
2017-06-27 Olivier Hainque <hainque@adacore.com>
* config/t-vxworks7: New file.
diff --git a/libgcc/config.host b/libgcc/config.host
index 2da578e..cf62e0e 100644
--- a/libgcc/config.host
+++ b/libgcc/config.host
@@ -675,7 +675,7 @@ i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*)
tm_file="${tm_file} i386/elf-lib.h"
md_unwind_header=i386/sol2-unwind.h
;;
-i[4567]86-wrs-vxworks|i[4567]86-wrs-vxworksae)
+i[4567]86-wrs-vxworks|i[4567]86-wrs-vxworksae|i[4567]86-wrs-vxworks7|x86_64-wrs-vxworks7)
;;
i[34567]86-*-cygwin*)
extra_parts="crtbegin.o crtbeginS.o crtend.o crtfastmath.o"