This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 1/3][GCC-6] Backport support for Phoenix-RTOS targets in config.sub.


This patch is already in trunk. It adds no new features, just new OS target.
I have SVN write access, so only approval is needed. Is it OK for gcc-6 branch?

2016-07-22  Jakub Sejdak  <jakub.sejdak@phoesys.com>

   * config.sub: Add support for Phoenix-RTOS targets.

---
 ChangeLog  | 4 ++++
 config.sub | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 4a1334a..68f4a83 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-07-22  Jakub Sejdak  <jakub.sejdak@phoesys.com>
+
+	* config.sub: Add support for Phoenix-RTOS targets.
+
 2016-04-27  Release Manager
 
 	* GCC 6.1.0 released.
diff --git a/config.sub b/config.sub
index da6d1b6..41146e1 100755
--- a/config.sub
+++ b/config.sub
@@ -1399,7 +1399,7 @@ case $os in
 	      | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
 	      | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
 	      | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* \
-	      | -onefs* | -tirtos*)
+	      | -onefs* | -tirtos* | -phoenix*)
 	# Remember, each alternative MUST END IN *, to match a version number.
 		;;
 	-qnx*)
-- 
2.7.4


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]