aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Sejdak <jakub.sejdak@phoesys.com>2016-06-23 07:32:58 +0000
committerJakub Sejdak <ksejdak@gcc.gnu.org>2016-06-23 07:32:58 +0000
commita34c0db51e718fc4d6a50cb5f2e20154a032158d (patch)
treeea1dde2d8346fc81b6287d05cf5195081bf5ee6a
parentbfdd80d44c799dfd26e1489d5084137c9ca6d568 (diff)
downloadgcc-a34c0db51e718fc4d6a50cb5f2e20154a032158d.zip
gcc-a34c0db51e718fc4d6a50cb5f2e20154a032158d.tar.gz
gcc-a34c0db51e718fc4d6a50cb5f2e20154a032158d.tar.bz2
config.host: Add suport for arm*-*-phoenix* targets.
2016-06-23 Jakub Sejdak <jakub.sejdak@phoesys.com> * config.host: Add suport for arm*-*-phoenix* targets. From-SVN: r237729
-rw-r--r--libgcc/ChangeLog4
-rw-r--r--libgcc/config.host7
2 files changed, 11 insertions, 0 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index ed342be..db5616a 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -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-*.
diff --git a/libgcc/config.host b/libgcc/config.host
index 47df62b..f0b0b11 100644
--- a/libgcc/config.host
+++ b/libgcc/config.host
@@ -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"