aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Rupp <rupp@adacore.com>2013-06-06 17:43:41 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2013-06-06 17:43:41 +0000
commit6ab3ebb4937635034260c5c0527cd221a8ff16f7 (patch)
treea37a7f14ab2f525410b00572fd8317c29badb3a9
parent3371a64f00ea4bbcb9752c952cd9b2fafc9c9d27 (diff)
downloadgcc-6ab3ebb4937635034260c5c0527cd221a8ff16f7.zip
gcc-6ab3ebb4937635034260c5c0527cd221a8ff16f7.tar.gz
gcc-6ab3ebb4937635034260c5c0527cd221a8ff16f7.tar.bz2
* config.host (arm-wrs-vxworks): Configure with other soft float.
From-SVN: r199747
-rw-r--r--libgcc/ChangeLog4
-rw-r--r--libgcc/config.host2
2 files changed, 5 insertions, 1 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index 81edf44..f62078a 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -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*)
diff --git a/libgcc/config.host b/libgcc/config.host
index 8cf1c5f..d9d9c5f 100644
--- a/libgcc/config.host
+++ b/libgcc/config.host
@@ -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*)