OSDN Git Service

2011-11-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
authorcorsepiu <corsepiu@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 7 Nov 2011 03:22:39 +0000 (03:22 +0000)
committercorsepiu <corsepiu@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 7 Nov 2011 03:22:39 +0000 (03:22 +0000)
* config.host (arm*-*-rtemseabi*): New target.

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

libgcc/ChangeLog
libgcc/config.host

index 6061457..c540bf9 100644 (file)
@@ -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>
 
        PR other/50991
index 36297fe..dd81f5f 100644 (file)
@@ -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"
        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"
        tm_file="$tm_file arm/bpabi-lib.h"
        case ${host} in
-       arm*-*-eabi*)
+       arm*-*-eabi* | arm*-*-rtemseabi*)
          tmake_file="${tmake_file} arm/t-bpabi"
          extra_parts="crtbegin.o crtend.o crti.o crtn.o"
          ;;