* config.host (arm-wrs-vxworks): Configure with other soft float.
authorDoug Rupp <rupp@adacore.com>
Thu, 6 Jun 2013 17:43:41 +0000 (17:43 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Thu, 6 Jun 2013 17:43:41 +0000 (17:43 +0000)
From-SVN: r199747

libgcc/ChangeLog
libgcc/config.host

index 81edf447f03264450f47647a568def7fdf625643..f62078ab3b1e059c530dc9f7dc6912b891485158 100644 (file)
@@ -1,3 +1,7 @@
+2013-06-06  Douglas B Rupp  <rupp@adacore.com>
+
+       * config.host (arm-wrs-vxworks): Configure with other soft float.
+
 2013-06-04  Jürgen Urban  <JuergenUrban@gmx.de>
 
        * config.host (mipsr5900-*-elf*, mipsr5900el-*-elf*, mips64r5900-*-elf*)
index 8cf1c5f43bc14952fef458f49093118022a05e0d..d9d9c5ff8c10d1ec1aca279e16eba1e16c0224ae 100644 (file)
@@ -316,7 +316,7 @@ alpha*-dec-*vms*)
        md_unwind_header=alpha/vms-unwind.h
        ;;
 arm-wrs-vxworks)
-       tmake_file="$tmake_file arm/t-arm arm/t-vxworks t-fdpbit"
+       tmake_file="$tmake_file arm/t-arm arm/t-vxworks t-softfp-sfdf t-softfp-excl arm/t-softfp t-softfp"
        extra_parts="$extra_parts crti.o crtn.o"
        ;;
 arm*-*-netbsdelf*)