Commit a34c0db5 by Jakub Sejdak Committed by Jakub Sejdak

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
parent bfdd80d4
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> 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
* config.host: Remove support for mep-*. * config.host: Remove support for mep-*.
......
...@@ -402,6 +402,13 @@ arm*-*-uclinux*) # ARM ucLinux ...@@ -402,6 +402,13 @@ arm*-*-uclinux*) # ARM ucLinux
unwind_header=config/arm/unwind-arm.h unwind_header=config/arm/unwind-arm.h
extra_parts="$extra_parts crti.o crtn.o" 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*) arm*-*-eabi* | arm*-*-symbianelf* | arm*-*-rtems*)
tmake_file="${tmake_file} arm/t-arm arm/t-elf t-fixedpoint-gnu-prefix" tmake_file="${tmake_file} arm/t-arm arm/t-elf t-fixedpoint-gnu-prefix"
tm_file="$tm_file arm/bpabi-lib.h" tm_file="$tm_file arm/bpabi-lib.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment