diff options
author | hainque <hainque@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-09-19 08:11:55 +0000 |
---|---|---|
committer | hainque <hainque@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-09-19 08:11:55 +0000 |
commit | 6c352a95f2f5ba43e4d2a24893300f052009ca8f (patch) | |
tree | 6eb129555ae6869f99f7f03854fea58754c1b9dc /libgcc/config.host | |
parent | cc3d2217894fb851e72ef197f25f8fcd01b91b7a (diff) | |
download | gcc-6c352a95f2f5ba43e4d2a24893300f052009ca8f.tar.gz |
2014-09-18 Olivier Hainque <hainque@adacore.com>
gcc/
* config.gcc (powerpc-wrs-vxworksmils): New configuration.
* config/rs6000/t-vxworksmils: New file.
* config/rs6000/vxworksmils.h: New file.
libgcc/
* config.host (powerpc-wrs-vxworksmils): New configuration,
same as vxworksae.
contrib/
* config-list.mk (LIST): Add powerpc-wrs-vxworksmils.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@215377 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc/config.host')
-rw-r--r-- | libgcc/config.host | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgcc/config.host b/libgcc/config.host index 6fec2d2dfca..a17d2fa5654 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -997,7 +997,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-vxworks|powerpc-wrs-vxworksae|powerpc-wrs-vxworksmils) tmake_file="$tmake_file rs6000/t-ppccomm rs6000/t-savresfgpr t-fdpbit" ;; powerpc-*-lynxos*) |