diff options
author | Zhenqiang Chen <zhenqiang.chen@arm.com> | 2013-12-12 05:48:08 +0000 |
---|---|---|
committer | Zhenqiang Chen <zqchen@gcc.gnu.org> | 2013-12-12 05:48:08 +0000 |
commit | 064c4ff292b17c61aef382824aea9b2b533f2b50 (patch) | |
tree | c0895ccbee12f78ccc9189aa60a5602a77b332a2 | |
parent | 0fdd268fbfecb7956d13bff1ce60ef29f4b9d931 (diff) | |
download | gcc-064c4ff292b17c61aef382824aea9b2b533f2b50.zip gcc-064c4ff292b17c61aef382824aea9b2b533f2b50.tar.gz gcc-064c4ff292b17c61aef382824aea9b2b533f2b50.tar.bz2 |
config.host (arm*-*-uclinux*): Move t-arm before t-bpabi.
2013-12-12 Zhenqiang Chen <zhenqiang.chen@arm.com>
* config.host (arm*-*-uclinux*): Move t-arm before t-bpabi.
From-SVN: r205917
-rw-r--r-- | libgcc/ChangeLog | 4 | ||||
-rw-r--r-- | libgcc/config.host | 2 |
2 files changed, 5 insertions, 1 deletions
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 <zhenqiang.chen@arm.com> + + * config.host (arm*-*-uclinux*): Move t-arm before t-bpabi. + 2013-12-09 Uros Bizjak <ubizjak@gmail.com> * 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*) |