public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [COMMITTED] C-SKY: Support --with-float=softfp in configuration.
@ 2023-01-15  2:32 Xianmiao Qu
  0 siblings, 0 replies; only message in thread
From: Xianmiao Qu @ 2023-01-15  2:32 UTC (permalink / raw)
  To: gcc-patches

Missed it before, it needs to be used when compiling non-multilib.

gcc/
	* config.gcc (csky-*-*): Support --with-float=softfp.
---
 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
-- 
2.32.1 (Apple Git-133)


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

only message in thread, other threads:[~2023-01-15  2:32 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:32 [COMMITTED] C-SKY: Support --with-float=softfp in configuration Xianmiao 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).