]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
config.host (arm*-*-rtemseabi*): New target.
authorSebastian Huber <sebastian.huber@embedded-brains.de>
Mon, 7 Nov 2011 03:22:39 +0000 (03:22 +0000)
committerRalf Corsepius <corsepiu@gcc.gnu.org>
Mon, 7 Nov 2011 03:22:39 +0000 (04:22 +0100)
2011-11-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>

* config.host (arm*-*-rtemseabi*): New target.

From-SVN: r181065

libgcc/ChangeLog
libgcc/config.host

index 6061457720a3bfac89ee91f78daab72f4b197304..c540bf9ccd9d4e13dc114668662e615218fe1318 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 36297feb4983037c2d5477b1550bdbddcdc3d6a6..dd81f5f01ce9ae13115c22f97a83072cbe64eefa 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"
          ;;