From: Zhenqiang Chen Date: Thu, 12 Dec 2013 05:48:08 +0000 (+0000) Subject: config.host (arm*-*-uclinux*): Move t-arm before t-bpabi. X-Git-Tag: upstream/12.2.0~65938 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=064c4ff292b17c61aef382824aea9b2b533f2b50;p=platform%2Fupstream%2Fgcc.git config.host (arm*-*-uclinux*): Move t-arm before t-bpabi. 2013-12-12 Zhenqiang Chen * config.host (arm*-*-uclinux*): Move t-arm before t-bpabi. From-SVN: r205917 --- diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 7768e27..818fee5 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,7 @@ +2013-12-12 Zhenqiang Chen + + * config.host (arm*-*-uclinux*): Move t-arm before t-bpabi. + 2013-12-09 Uros Bizjak * config/i386/sfp-exceptions.c (__sfp_handle_exceptions): Emit SSE diff --git a/libgcc/config.host b/libgcc/config.host index e5027b7..75a17e3 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -348,10 +348,10 @@ arm*-*-linux*) # ARM GNU/Linux with ELF ;; arm*-*-uclinux*) # ARM ucLinux tmake_file="${tmake_file} t-fixedpoint-gnu-prefix" + tmake_file="$tmake_file arm/t-arm arm/t-elf t-softfp-sfdf t-softfp-excl arm/t-softfp t-softfp" tmake_file="${tmake_file} arm/t-bpabi" tm_file="$tm_file arm/bpabi-lib.h" unwind_header=config/arm/unwind-arm.h - 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*)