]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
2016-06-23 Jakub Sejdak <jakub.sejdak@phoesys.com>
authorksejdak <ksejdak@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 23 Jun 2016 07:32:58 +0000 (07:32 +0000)
committerksejdak <ksejdak@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 23 Jun 2016 07:32:58 +0000 (07:32 +0000)
   * config.host: Add suport for arm*-*-phoenix* targets.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@237729 138bc75d-0d04-0410-961f-82ee72b054a4

libgcc/ChangeLog
libgcc/config.host

index ed342bee5fe3ead48927983ca18164918c49de3e..db5616ab720d94b07c5352b39c8a3ae36c3f9219 100644 (file)
@@ -1,3 +1,7 @@
+2016-06-23  Jakub Sejdak  <jakub.sejdak@phoesys.com>
+
+   * config.host: Add suport for arm*-*-phoenix* targets.
+
 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
 
        * config.host: Remove support for mep-*.
index 47df62b76f22548ba5cbc5959f0975efe4da171f..f0b0b11552c8b34a3cfd153a316c7f08b4d0cf2e 100644 (file)
@@ -402,6 +402,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"