From: Doug Rupp Date: Thu, 6 Jun 2013 17:45:05 +0000 (+0000) Subject: * config.host (arm-wrs-vxworks): Configure with other soft float. X-Git-Tag: releases/gcc-4.7.4~630 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73ff167bee69fd80965a323e6cfc1077812bbc9f;p=thirdparty%2Fgcc.git * config.host (arm-wrs-vxworks): Configure with other soft float. From-SVN: r199749 --- diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 94a2f9cdfc1b..89111deb574c 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,7 @@ +2013-06-06 Douglas B Rupp + + * config.host (arm-wrs-vxworks): Configure with other soft float. + 2013-05-20 Chung-Ju Wu Backport from mainline: diff --git a/libgcc/config.host b/libgcc/config.host index 66b4724b8b31..e18e1d25021d 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -315,7 +315,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*-*-freebsd*)