[PATCH 2/3][GCC-6] Backport support for arm*-*-phoenix* targets.

2016-07-22 Thread Kuba Sejdak
This patch is already in trunk. It adds no new features, just new arm-phoenix* OS target to gcc config. I have SVN write access, so only approval is needed. Is it OK for gcc-6 branch? 2016-07-22 Jakub Sejdak * config.gcc: Add support for arm*-*-phoenix* targets.

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

2016-07-22 Thread Kuba Sejdak
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 * config.sub: Add support for Phoenix-RTOS targets. --- ChangeLog | 4

[PATCH 3/3][GCC-6] Backport support for arm*-*-phoenix* targets in libgcc.

2016-07-22 Thread Kuba Sejdak
This patch is already in trunk. It adds no new features, just new arm-phoenix* OS target to libgcc. I have SVN write access, so only approval is needed. Is it OK for gcc-6 branch? 2016-07-22 Jakub Sejdak * config.host: Add suport for arm*-*-phoenix* targets. ---

[PATCH 2/3] Add support for arm*-*-phoenix* targets.

2016-06-15 Thread Kuba Sejdak
Is it ok for trunk? If possible, If possible, please merge it also to GCC-6 and GCC-5 branches. 2016-06-15 Jakub Sejdak * config.gcc: Add support for arm*-*-phoenix* targets. * config/arm/t-phoenix: New. * config/phoenix.h: New. --- gcc/ChangeLog

[PATCH 1/3] Disable libgcj and libgloss for Phoenix-RTOS targets.

2016-06-15 Thread Kuba Sejdak
This patch disables libgcj and libgloss in main configure.ac for new OS port - Phoenix-RTOS. Those libs are unnecessary to build GCC or newlib for arm-phoenix. Is it ok for trunk? If possible, If possible, please merge it also to GCC-6 and GCC-5 branches. 2016-06-15 Jakub Sejdak

[PATCH 3/3] Add support for arm*-*-phoenix* targets in libgcc.

2016-06-15 Thread Kuba Sejdak
Is it ok for trunk? If possible, If possible, please merge it also to GCC-6 and GCC-5 branches. 2016-06-15 Jakub Sejdak * config.host: Add suport for arm*-*-phoenix* targets. --- libgcc/ChangeLog | 4 libgcc/config.host | 7 +++ 2 files changed, 11

[PATCH] Add port for Phoenix-RTOS on ARM platform.

2016-05-17 Thread Kuba Sejdak
--- ChangeLog| 6 ++ MAINTAINERS | 1 + configure| 6 ++ configure.ac | 6 ++ gcc/ChangeLog| 6 ++ gcc/config.gcc | 11 +++ gcc/config/arm/t-phoenix | 29 +