OSDN Git Service

2013-02-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
authorjoel <joel@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 6 Mar 2013 17:42:45 +0000 (17:42 +0000)
committerjoel <joel@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 6 Mar 2013 17:42:45 +0000 (17:42 +0000)
* config.host (arm*-*-rtemself*): New.
(arm*-*-eabi* | arm*-*-symbianelf* | arm*-*-rtemseabi*): Rename
"arm*-*-rtemseabi*" to "arm*-*-rtems*".

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_7-branch@196503 138bc75d-0d04-0410-961f-82ee72b054a4

libgcc/ChangeLog
libgcc/config.host

index 44222ea..81bacb2 100644 (file)
@@ -1,3 +1,9 @@
+2013-02-22  Sebastian Huber <sebastian.huber@embedded-brains.de>
+
+       * config.host (arm*-*-rtemself*): New.
+       (arm*-*-eabi* | arm*-*-symbianelf* | arm*-*-rtemseabi*): Rename
+       "arm*-*-rtemseabi*" to "arm*-*-rtems*".
+
 2012-12-18  Matthew Gretton-Dann  <matthew.gretton-dann@linaro.org
 
        Backport from mainline.
index 51aec66..66b4724 100644 (file)
@@ -354,11 +354,15 @@ 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*-*-rtemseabi*)
+arm*-*-rtemself*)
+       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*-*-rtems*)
        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*-*-rtemseabi*)
+       arm*-*-eabi* | arm*-*-rtems*)
          tmake_file="${tmake_file} arm/t-bpabi"
          extra_parts="crtbegin.o crtend.o crti.o crtn.o"
          ;;
@@ -371,10 +375,6 @@ arm*-*-eabi* | arm*-*-symbianelf* | arm*-*-rtemseabi*)
        tmake_file="$tmake_file t-softfp-sfdf t-softfp-excl arm/t-softfp t-softfp"
        unwind_header=config/arm/unwind-arm.h
        ;;
-arm*-*-rtems*)
-       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*-*-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"