public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/meissner/heads/work106)] Fix typo
@ 2023-01-18  6:31 Michael Meissner
  0 siblings, 0 replies; only message in thread
From: Michael Meissner @ 2023-01-18  6:31 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:18344253aeb1b42d389a654d96e083d879faeace

commit 18344253aeb1b42d389a654d96e083d879faeace
Author: Michael Meissner <meissner@linux.ibm.com>
Date:   Wed Jan 18 01:31:18 2023 -0500

    Fix typo

Diff:
---
 libgcc/config/rs6000/t-float128 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libgcc/config/rs6000/t-float128 b/libgcc/config/rs6000/t-float128
index 5b944f985b8..07f8c441890 100644
--- a/libgcc/config/rs6000/t-float128
+++ b/libgcc/config/rs6000/t-float128
@@ -111,7 +111,7 @@ $(ibm128_dec_objs)	: INTERNAL_CFLAGS += $(IBM128_CFLAGS_DECIMAL)
 # 128-bit long double.
 FP128_CFLAGS_CMULDIV	= -Wno-psabi -mabi=ieeelongdouble
 
-$(fp128_cmuldiv_objs)	: INTERNAL_CFLAGS += $(FP128_CFLAGS_CMULDIV)
+$(fp128_cmuldiv_obj)	: INTERNAL_CFLAGS += $(FP128_CFLAGS_CMULDIV)
 
 $(fp128_softfp_src) : $(srcdir)/soft-fp/$(subst -sw,,$(subst kf,tf,$@)) $(fp128_dep)
 	@src="$(srcdir)/soft-fp/$(subst -sw,,$(subst kf,tf,$@))"; \

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

only message in thread, other threads:[~2023-01-18  6:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-18  6:31 [gcc(refs/users/meissner/heads/work106)] Fix typo Michael Meissner

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).