diff options
author | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-06-06 17:43:41 +0000 |
---|---|---|
committer | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-06-06 17:43:41 +0000 |
commit | 1a7dfb130c5d0ee94c7b04ac2f2b519e0d6d39ff (patch) | |
tree | a37a7f14ab2f525410b00572fd8317c29badb3a9 /libgcc | |
parent | aa78dca55b95919f663c4239dfc60b6724bf37af (diff) | |
download | gcc-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')
-rw-r--r-- | libgcc/ChangeLog | 4 | ||||
-rw-r--r-- | libgcc/config.host | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 81edf447f03..f62078ab3b1 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 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*) |