mirror of git://gcc.gnu.org/git/gcc.git
config.host (arm*-*-rtemseabi*): New target.
2011-11-06 Sebastian Huber <sebastian.huber@embedded-brains.de> * config.host (arm*-*-rtemseabi*): New target. From-SVN: r181065
This commit is contained in:
parent
e36c5271e3
commit
76644b6874
|
|
@ -1,3 +1,7 @@
|
||||||
|
2011-11-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||||
|
|
||||||
|
* config.host (arm*-*-rtemseabi*): New target.
|
||||||
|
|
||||||
2011-11-06 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
|
2011-11-06 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
|
||||||
|
|
||||||
PR other/50991
|
PR other/50991
|
||||||
|
|
|
||||||
|
|
@ -361,11 +361,11 @@ arm*-*-ecos-elf)
|
||||||
tmake_file="$tmake_file arm/t-arm arm/t-elf t-softfp-sfdf t-softfp-excl arm/t-softfp t-softfp"
|
tmake_file="$tmake_file arm/t-arm arm/t-elf t-softfp-sfdf t-softfp-excl arm/t-softfp t-softfp"
|
||||||
extra_parts="$extra_parts crti.o crtn.o"
|
extra_parts="$extra_parts crti.o crtn.o"
|
||||||
;;
|
;;
|
||||||
arm*-*-eabi* | arm*-*-symbianelf* )
|
arm*-*-eabi* | arm*-*-symbianelf* | arm*-*-rtemseabi*)
|
||||||
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"
|
||||||
case ${host} in
|
case ${host} in
|
||||||
arm*-*-eabi*)
|
arm*-*-eabi* | arm*-*-rtemseabi*)
|
||||||
tmake_file="${tmake_file} arm/t-bpabi"
|
tmake_file="${tmake_file} arm/t-bpabi"
|
||||||
extra_parts="crtbegin.o crtend.o crti.o crtn.o"
|
extra_parts="crtbegin.o crtend.o crti.o crtn.o"
|
||||||
;;
|
;;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue