aboutsummaryrefslogtreecommitdiff
path: root/libgcc
diff options
context:
space:
mode:
authorOlivier Hainque <hainque@adacore.com>2017-09-01 13:43:01 +0000
committerOlivier Hainque <hainque@gcc.gnu.org>2017-09-01 13:43:01 +0000
commit2f19c491dee57eac5a93a271726c096529c5729b (patch)
treeaf358fb91aa20c5beef392a03e0aedc0795d955e /libgcc
parent18a01e8562aa48e978c0326d3e18fc290c1c9ca6 (diff)
downloadgcc-2f19c491dee57eac5a93a271726c096529c5729b.zip
gcc-2f19c491dee57eac5a93a271726c096529c5729b.tar.gz
gcc-2f19c491dee57eac5a93a271726c096529c5729b.tar.bz2
config.host (*-*-vxworks7): Widen scope to vxworks7*.
2017-09-01 Olivier Hainque <hainque@adacore.com> libgcc/ * config.host (*-*-vxworks7): Widen scope to vxworks7*. From-SVN: r251594
Diffstat (limited to 'libgcc')
-rw-r--r--libgcc/ChangeLog4
-rw-r--r--libgcc/config.host2
2 files changed, 5 insertions, 1 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index 88f9479..8c1e173 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -1,3 +1,7 @@
+2017-09-01 Olivier Hainque <hainque@adacore.com>
+
+ * config.host (*-*-vxworks7): Widen scope to vxworks7*.
+
2017-08-31 Olivier Hainque <hainque@adacore.com>
* config.host (powerpc-wrs-vxworks|vxworksae|vxworksmils): Now
diff --git a/libgcc/config.host b/libgcc/config.host
index 2686d59..68d8fe6 100644
--- a/libgcc/config.host
+++ b/libgcc/config.host
@@ -305,7 +305,7 @@ case ${host} in
tmake_file="vms/t-vms"
extra_parts="crt0.o crtbegin.o crtbeginS.o crtend.o crtendS.o"
;;
-*-*-vxworks7)
+*-*-vxworks7*)
tmake_file=t-vxworks7
;;
*-*-vxworks*)