aboutsummaryrefslogtreecommitdiff
path: root/libgcc
diff options
context:
space:
mode:
authorOlivier Hainque <hainque@adacore.com>2017-08-31 19:19:47 +0000
committerOlivier Hainque <hainque@gcc.gnu.org>2017-08-31 19:19:47 +0000
commit611e70369c70bca11362ef0f4fe449282f6ed928 (patch)
tree136e0fe9ca65b53387d85452f0dee3796296bf54 /libgcc
parent89c6ecfa4c1aabd60edb7f5c31556444ddcd3d7f (diff)
downloadgcc-611e70369c70bca11362ef0f4fe449282f6ed928.zip
gcc-611e70369c70bca11362ef0f4fe449282f6ed928.tar.gz
gcc-611e70369c70bca11362ef0f4fe449282f6ed928.tar.bz2
config.gcc (powerpc-wrs-vxworks|vxworksae|vxworksmils): Now match as powerpc-wrs-vxworks*.
2017-08-31 Olivier Hainque <hainque@adacore.com> gcc/ * config.gcc (powerpc-wrs-vxworks|vxworksae|vxworksmils): Now match as powerpc-wrs-vxworks*. libgcc/ * config.host: Likewise. From-SVN: r251573
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 14d20fb..88f9479 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -1,3 +1,8 @@
+2017-08-31 Olivier Hainque <hainque@adacore.com>
+
+ * config.host (powerpc-wrs-vxworks|vxworksae|vxworksmils): Now
+ match as powerpc-wrs-vxworks*.
+
2017-08-07 Jonathan Yong <10walls@gmail.com>
* config.host (*-cygwin): Include file from mingw
diff --git a/libgcc/config.host b/libgcc/config.host
index 546b12b..2686d59 100644
--- a/libgcc/config.host
+++ b/libgcc/config.host
@@ -1104,7 +1104,7 @@ powerpc*-*-linux*)
extra_parts="$extra_parts ecrti.o ecrtn.o ncrti.o ncrtn.o"
md_unwind_header=rs6000/linux-unwind.h
;;
-powerpc-wrs-vxworks|powerpc-wrs-vxworksae|powerpc-wrs-vxworksmils)
+powerpc-wrs-vxworks*)
tmake_file="$tmake_file rs6000/t-ppccomm rs6000/t-savresfgpr t-fdpbit"
;;
powerpc-*-lynxos*)