aboutsummaryrefslogtreecommitdiff
path: root/libgcc/config.host
diff options
context:
space:
mode:
authorZhenqiang Chen <zhenqiang.chen@arm.com>2013-12-12 05:48:08 +0000
committerZhenqiang Chen <zhenqiang.chen@arm.com>2013-12-12 05:48:08 +0000
commit73997d74644795588be0af7f3dc841b1cd3d401d (patch)
treec0895ccbee12f78ccc9189aa60a5602a77b332a2 /libgcc/config.host
parentf486ae95188dee3c1d17b96cbf352cbd411df441 (diff)
2013-12-12 Zhenqiang Chen <zhenqiang.chen@arm.com>
* config.host (arm*-*-uclinux*): Move t-arm before t-bpabi. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@205917 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc/config.host')
-rw-r--r--libgcc/config.host2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgcc/config.host b/libgcc/config.host
index e5027b72aad..75a17e34fd9 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*)