From 4ef5912a3b44b16624497c372da4f5f6fa71b98d Mon Sep 17 00:00:00 2001 From: zqchen Date: Thu, 12 Dec 2013 05:48:08 +0000 Subject: [PATCH] 2013-12-12 Zhenqiang Chen * config.host (arm*-*-uclinux*): Move t-arm before t-bpabi. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@205917 138bc75d-0d04-0410-961f-82ee72b054a4 --- libgcc/ChangeLog | 4 ++++ libgcc/config.host | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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*) -- 2.7.4