]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config.host: Add support for arm*-*-phoenix* targets.
authorJakub Sejdak <jakub.sejdak@phoesys.com>
Wed, 31 Aug 2016 09:39:22 +0000 (09:39 +0000)
committerJakub Sejdak <ksejdak@gcc.gnu.org>
Wed, 31 Aug 2016 09:39:22 +0000 (09:39 +0000)
From-SVN: r239887

libgcc/ChangeLog
libgcc/config.host

index 6cded6d8529ad62cdd05ba19d47d0aa3473d0f49..f3a2a8e37004ace10b3f01c6cde407435920362e 100644 (file)
@@ -1,3 +1,7 @@
+2016-08-31  Jakub Sejdak  <jakub.sejdak@phoesys.com>
+
+       * config.host: Add support for arm*-*-phoenix* targets.
+
 2016-06-03  Release Manager
 
        * GCC 5.4.0 released.
index b4b0665d4b0302d02b3ed033589c0e50e6bc33b9..9770242ffb1f073e7392a0da935c35bb9c0a7d76 100644 (file)
@@ -396,6 +396,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"