public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r11-3218] C-SKY: Fix wrong ld name with option -mfloat-abi=hard.
@ 2020-09-16  6:58 qu
  0 siblings, 0 replies; only message in thread
From: qu @ 2020-09-16  6:58 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:2c45b9ee5ca53f4e19be33c57e2347538d47f8bb

commit r11-3218-g2c45b9ee5ca53f4e19be33c57e2347538d47f8bb
Author: Jojo R <jiejie_rong@c-sky.com>
Date:   Wed Sep 16 11:28:30 2020 +0800

    C-SKY: Fix wrong ld name with option -mfloat-abi=hard.
    
    gcc/ChangeLog:
    
            * config/csky/csky-linux-elf.h (GLIBC_DYNAMIC_LINKER): Use mfloat-abi.

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

diff --git a/gcc/config/csky/csky-linux-elf.h b/gcc/config/csky/csky-linux-elf.h
index 9a57dd045e8..cf587aee354 100644
--- a/gcc/config/csky/csky-linux-elf.h
+++ b/gcc/config/csky/csky-linux-elf.h
@@ -63,7 +63,7 @@
   %{mvdsp:-mvdsp}		\
   "
 
-#define GLIBC_DYNAMIC_LINKER "/lib/ld-linux-cskyv2%{mhard-float:-hf}%{mbig-endian:-be}.so.1"
+#define GLIBC_DYNAMIC_LINKER "/lib/ld-linux-cskyv2%{mfloat-abi=hard:-hf}%{mbig-endian:-be}.so.1"
 
 #define LINUX_TARGET_LINK_SPEC	"%{h*} %{version:-v}		\
    %{b}								\


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

only message in thread, other threads:[~2020-09-16  6:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-16  6:58 [gcc r11-3218] C-SKY: Fix wrong ld name with option -mfloat-abi=hard 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).