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
This commit is contained in:
Olivier Hainque 2017-08-31 19:19:47 +00:00 committed by Olivier Hainque
parent 89c6ecfa4c
commit 611e70369c
4 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2017-08-31 Olivier Hainque <hainque@adacore.com>
* config.gcc (powerpc-wrs-vxworks|vxworksae|vxworksmils): Now
match as powerpc-wrs-vxworks*.
2017-08-31 James Greenhalgh <james.greenhalgh@arm.com>
* config/aarch64/aarch64-simd.md (aarch64_mla_elt_merge<mode>): Fix

View File

@ -2551,7 +2551,7 @@ powerpc-wrs-vxworksspe)
extra_headers=ppc-asm.h
tm_file="${tm_file} vx-common.h vxworks.h powerpcspe/vxworks.h powerpcspe/e500.h"
;;
powerpc-wrs-vxworks|powerpc-wrs-vxworksae|powerpc-wrs-vxworksmils)
powerpc-wrs-vxworks*)
tm_file="${tm_file} elfos.h freebsd-spec.h rs6000/sysv4.h"
tmake_file="${tmake_file} rs6000/t-fprules rs6000/t-ppccomm rs6000/t-vxworks"
extra_options="${extra_options} rs6000/sysv4.opt"

View File

@ -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

View File

@ -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*)