diff options
author | Sebastian Huber <sebastian.huber@embedded-brains.de> | 2011-11-07 03:22:39 +0000 |
---|---|---|
committer | Ralf Corsepius <corsepiu@gcc.gnu.org> | 2011-11-07 04:22:39 +0100 |
commit | 76644b6874a7a8689998fa6818bc93e2e01d1ea1 (patch) | |
tree | 01facc86e1c37b7e0218c228eefa6d04f588bfa2 /libgcc/config.host | |
parent | e36c5271e3d07d9033da152da535f7b275ae3392 (diff) | |
download | gcc-76644b6874a7a8689998fa6818bc93e2e01d1ea1.zip gcc-76644b6874a7a8689998fa6818bc93e2e01d1ea1.tar.gz gcc-76644b6874a7a8689998fa6818bc93e2e01d1ea1.tar.bz2 |
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
Diffstat (limited to 'libgcc/config.host')
-rw-r--r-- | libgcc/config.host | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libgcc/config.host b/libgcc/config.host index 36297fe..dd81f5f 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -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" ;; |