diff options
author | Sebastian Huber <sebastian.huber@embedded-brains.de> | 2012-10-19 01:17:53 +0000 |
---|---|---|
committer | Joel Sherrill <joel@gcc.gnu.org> | 2012-10-19 01:17:53 +0000 |
commit | 153c8397262df694fd16702c7b93251cbf24b016 (patch) | |
tree | cb13a5c5b59b43e4f38a978cac07f5cee7f5a915 | |
parent | 31f63cfa429af7f63fc6205ca069134defaf2574 (diff) | |
download | gcc-153c8397262df694fd16702c7b93251cbf24b016.zip gcc-153c8397262df694fd16702c7b93251cbf24b016.tar.gz gcc-153c8397262df694fd16702c7b93251cbf24b016.tar.bz2 |
config.host (arm*-*-eabi* | arm*-*-symbianelf* | arm*-*-rtemseabi*): Rename "arm*-*-rtemseabi*" to "arm*-*-rtems*".
2012-10-18 Sebastian Huber <sebastian.huber@embedded-brains.de>
* config.host
(arm*-*-eabi* | arm*-*-symbianelf* | arm*-*-rtemseabi*): Rename
"arm*-*-rtemseabi*" to "arm*-*-rtems*".
From-SVN: r192599
-rw-r--r-- | libgcc/ChangeLog | 6 | ||||
-rw-r--r-- | libgcc/config.host | 8 |
2 files changed, 8 insertions, 6 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index b8d2af7..68b47d7 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,9 @@ +2012-10-18 Sebastian Huber <sebastian.huber@embedded-brains.de> + + * config.host + (arm*-*-eabi* | arm*-*-symbianelf* | arm*-*-rtemseabi*): Rename + "arm*-*-rtemseabi*" to "arm*-*-rtems*". + 2012-10-17 Matthew Gretton-Dann <matthew.gretton-dann@arm.com> * config/arm/lib1funcs.S (__ARM_ARCH__): Define for ARMv8-A. diff --git a/libgcc/config.host b/libgcc/config.host index c03e2cf..8947e13 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -343,11 +343,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*-*-rtemseabi*) +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" ;; @@ -360,10 +360,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" |