summaryrefslogtreecommitdiff
path: root/libgcc/config.host
diff options
context:
space:
mode:
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>2013-06-06 17:43:41 +0000
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>2013-06-06 17:43:41 +0000
commit1a7dfb130c5d0ee94c7b04ac2f2b519e0d6d39ff (patch)
treea37a7f14ab2f525410b00572fd8317c29badb3a9 /libgcc/config.host
parentaa78dca55b95919f663c4239dfc60b6724bf37af (diff)
downloadgcc-1a7dfb130c5d0ee94c7b04ac2f2b519e0d6d39ff.tar.gz
* config.host (arm-wrs-vxworks): Configure with other soft float.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@199747 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 8cf1c5f43bc..d9d9c5ff8c1 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*)