diff mbox

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

Message ID 1466000556-17248-3-git-send-email-jakub.sejdak@phoesys.com
State New
Headers show

Commit Message

Jakub Sejdak June 15, 2016, 2:22 p.m. UTC
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  <jakub.sejdak@phoesys.com>

   * config.host: Add suport for arm*-*-phoenix* targets.

---
 libgcc/ChangeLog   | 4 ++++
 libgcc/config.host | 7 +++++++
 2 files changed, 11 insertions(+)

Comments

Jeff Law June 21, 2016, 8:11 p.m. UTC | #1
On 06/15/2016 08:22 AM, Kuba Sejdak wrote:
> 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  <jakub.sejdak@phoesys.com>
>
>    * config.host: Add suport for arm*-*-phoenix* targets.
OK for the trunk.

jeff
Jakub Sejdak June 23, 2016, 7:37 a.m. UTC | #2
How about backporting this to gcc-6 and gcc-5?

2016-06-21 22:11 GMT+02:00 Jeff Law <law@redhat.com>:
> On 06/15/2016 08:22 AM, Kuba Sejdak wrote:
>>
>> 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  <jakub.sejdak@phoesys.com>
>>
>>    * config.host: Add suport for arm*-*-phoenix* targets.
>
> OK for the trunk.
>
> jeff
>
Jakub Sejdak July 4, 2016, 11:03 a.m. UTC | #3
Ping. If this is OK for both branches (or at least one) would you
rather prefer separate patch?

2016-06-23 9:37 GMT+02:00 Jakub Sejdak <jakub.sejdak@phoesys.com>:
> How about backporting this to gcc-6 and gcc-5?
>
> 2016-06-21 22:11 GMT+02:00 Jeff Law <law@redhat.com>:
>> On 06/15/2016 08:22 AM, Kuba Sejdak wrote:
>>>
>>> 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  <jakub.sejdak@phoesys.com>
>>>
>>>    * config.host: Add suport for arm*-*-phoenix* targets.
>>
>> OK for the trunk.
>>
>> jeff
>>
>
>
>
> --
> Jakub Sejdak
> Software Engineer
> Phoenix Systems (www.phoesys.com)
> +48 608 050 163
diff mbox

Patch

diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index 19d6011..73288cc 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -1,3 +1,7 @@ 
+2016-06-15  Jakub Sejdak  <jakub.sejdak@phoesys.com>
+
+	* config.host: Add suport for arm*-*-phoenix* targets.
+
 2016-06-05  Aaron Conole  <aconole@redhat.com>
 	    Nathan Sidwell  <nathan@acm.org>
 
diff --git a/libgcc/config.host b/libgcc/config.host
index 7899216..196abc9 100644
--- a/libgcc/config.host
+++ b/libgcc/config.host
@@ -404,6 +404,13 @@  arm*-*-uclinux*)		# ARM ucLinux
 	unwind_header=config/arm/unwind-arm.h
 	extra_parts="$extra_parts crti.o crtn.o"
 	;;
+arm*-*-phoenix*)
+	tmake_file="t-hardfp t-softfp arm/t-arm arm/t-elf arm/t-softfp arm/t-phoenix"
+	tmake_file="${tmake_file} arm/t-bpabi"
+	tm_file="$tm_file arm/bpabi-lib.h"
+	extra_parts="crtbegin.o crtend.o crti.o crtn.o"
+	unwind_header=config/arm/unwind-arm.h
+	;;
 arm*-*-eabi* | arm*-*-symbianelf* | arm*-*-rtems*)
 	tmake_file="${tmake_file} arm/t-arm arm/t-elf t-fixedpoint-gnu-prefix"
 	tm_file="$tm_file arm/bpabi-lib.h"