From 3a8fe7c66071360f038334bca1bf9fd06d93ea03 Mon Sep 17 00:00:00 2001 From: Olivier Hainque Date: Fri, 19 Sep 2014 08:11:55 +0000 Subject: config.gcc (powerpc-wrs-vxworksmils): New configuration. 2014-09-18 Olivier Hainque 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. From-SVN: r215377 --- libgcc/ChangeLog | 5 +++++ libgcc/config.host | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'libgcc') diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 3673651..ca0f530 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,8 @@ +2014-09-19 Olivier Hainque + + * config.host (powerpc-wrs-vxworksmils): New configuration, + same as vxworksae. + 2014-09-18 Joseph Myers * libgcc2.c (CEXT): Define using __LIBGCC_*_FUNC_EXT__. diff --git a/libgcc/config.host b/libgcc/config.host index 6fec2d2..a17d2fa 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*) -- cgit v1.1