public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-5174] C-SKY: Support --with-float=softfp in configuration.
@ 2023-01-15  2:29 qu
  0 siblings, 0 replies; only message in thread
From: qu @ 2023-01-15  2:29 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:e658e8157db372555a853c02824f5fc78709a5b1

commit r13-5174-ge658e8157db372555a853c02824f5fc78709a5b1
Author: Xianmiao Qu <cooper.qu@linux.alibaba.com>
Date:   Sun Jan 15 10:04:35 2023 +0800

    C-SKY: Support --with-float=softfp in configuration.
    
    Missed it before, it needs to be used when compiling non-multilib.
    
    gcc/
            * config.gcc (csky-*-*): Support --with-float=softfp.

Diff:
---
 gcc/config.gcc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/config.gcc b/gcc/config.gcc
index c4633e869ac..f89a071b495 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -1616,7 +1616,7 @@ csky-*-*)
 	fi
 	if test x${with_float} != x; then
 	    case ${with_float} in
-		soft | hard) ;;
+		soft | hard | softfp) ;;
 		*) echo
 		    "Unknown floating point type used in --with-float=$with_float"
 		    exit 1

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-01-15  2:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-15  2:29 [gcc r13-5174] C-SKY: Support --with-float=softfp in configuration qu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).