config.host (arm*-*-uclinux*): Move t-arm before t-bpabi.
authorZhenqiang Chen <zhenqiang.chen@arm.com>
Thu, 12 Dec 2013 05:48:08 +0000 (05:48 +0000)
committerZhenqiang Chen <zqchen@gcc.gnu.org>
Thu, 12 Dec 2013 05:48:08 +0000 (05:48 +0000)
2013-12-12  Zhenqiang Chen  <zhenqiang.chen@arm.com>

* config.host (arm*-*-uclinux*): Move t-arm before t-bpabi.

From-SVN: r205917

libgcc/ChangeLog
libgcc/config.host

index 7768e27..818fee5 100644 (file)
@@ -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
index e5027b7..75a17e3 100644 (file)
@@ -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*)