public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 1/2] Fix variable naming: ELF_CLFAGS -> ELF_CFLAGS
@ 2023-09-01  3:36 Jerry Zhang Jian
  2023-09-01  3:36 ` [PATCH 2/2] regen ld/Makefile.in Jerry Zhang Jian
  2023-09-01  8:39 ` [PATCH 1/2] Fix variable naming: ELF_CLFAGS -> ELF_CFLAGS Alan Modra
  0 siblings, 2 replies; 3+ messages in thread
From: Jerry Zhang Jian @ 2023-09-01  3:36 UTC (permalink / raw)
  To: binutils, hongjiu.lu; +Cc: Jerry Zhang Jian

Signed-off-by: Jerry Zhang Jian <jerry.zhangjian@sifive.com>
---
 ld/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ld/Makefile.am b/ld/Makefile.am
index 49dd3b5056e..9664d4c7709 100644
--- a/ld/Makefile.am
+++ b/ld/Makefile.am
@@ -40,12 +40,12 @@ am__skipyacc =
 ZLIB = @zlibdir@ -lz
 ZLIBINC = @zlibinc@
 
-ELF_CLFAGS=-DELF_LIST_OPTIONS=@elf_list_options@ \
+ELF_CFLAGS=-DELF_LIST_OPTIONS=@elf_list_options@ \
 	   -DELF_SHLIB_LIST_OPTIONS=@elf_shlib_list_options@ \
 	   -DELF_PLT_UNWIND_LIST_OPTIONS=@elf_plt_unwind_list_options@
 WARN_CFLAGS = @WARN_CFLAGS@
 NO_WERROR = @NO_WERROR@
-AM_CFLAGS = $(WARN_CFLAGS) $(ELF_CLFAGS) $(JANSSON_CFLAGS) $(ZSTD_CFLAGS)
+AM_CFLAGS = $(WARN_CFLAGS) $(ELF_CFLAGS) $(JANSSON_CFLAGS) $(ZSTD_CFLAGS)
 
 # We put the scripts in the directory $(scriptdir)/ldscripts.
 # We can't put the scripts in $(datadir) because the SEARCH_DIR
-- 
2.42.0


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 2/2] regen ld/Makefile.in
  2023-09-01  3:36 [PATCH 1/2] Fix variable naming: ELF_CLFAGS -> ELF_CFLAGS Jerry Zhang Jian
@ 2023-09-01  3:36 ` Jerry Zhang Jian
  2023-09-01  8:39 ` [PATCH 1/2] Fix variable naming: ELF_CLFAGS -> ELF_CFLAGS Alan Modra
  1 sibling, 0 replies; 3+ messages in thread
From: Jerry Zhang Jian @ 2023-09-01  3:36 UTC (permalink / raw)
  To: binutils, hongjiu.lu; +Cc: Jerry Zhang Jian

- Fix variable naming

Signed-off-by: Jerry Zhang Jian <jerry.zhangjian@sifive.com>
---
 ld/Makefile.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ld/Makefile.in b/ld/Makefile.in
index 10278dd6c1b..afd22d479ec 100644
--- a/ld/Makefile.in
+++ b/ld/Makefile.in
@@ -563,11 +563,11 @@ am__skipyacc =
 # case both are empty.
 ZLIB = @zlibdir@ -lz
 ZLIBINC = @zlibinc@
-ELF_CLFAGS = -DELF_LIST_OPTIONS=@elf_list_options@ \
+ELF_CFLAGS = -DELF_LIST_OPTIONS=@elf_list_options@ \
 	   -DELF_SHLIB_LIST_OPTIONS=@elf_shlib_list_options@ \
 	   -DELF_PLT_UNWIND_LIST_OPTIONS=@elf_plt_unwind_list_options@
 
-AM_CFLAGS = $(WARN_CFLAGS) $(ELF_CLFAGS) $(JANSSON_CFLAGS) $(ZSTD_CFLAGS)
+AM_CFLAGS = $(WARN_CFLAGS) $(ELF_CFLAGS) $(JANSSON_CFLAGS) $(ZSTD_CFLAGS)
 
 # We put the scripts in the directory $(scriptdir)/ldscripts.
 # We can't put the scripts in $(datadir) because the SEARCH_DIR
-- 
2.42.0


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/2] Fix variable naming: ELF_CLFAGS -> ELF_CFLAGS
  2023-09-01  3:36 [PATCH 1/2] Fix variable naming: ELF_CLFAGS -> ELF_CFLAGS Jerry Zhang Jian
  2023-09-01  3:36 ` [PATCH 2/2] regen ld/Makefile.in Jerry Zhang Jian
@ 2023-09-01  8:39 ` Alan Modra
  1 sibling, 0 replies; 3+ messages in thread
From: Alan Modra @ 2023-09-01  8:39 UTC (permalink / raw)
  To: Jerry Zhang Jian; +Cc: binutils, hongjiu.lu

Pushed, thanks.

-- 
Alan Modra
Australia Development Lab, IBM

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-09-01  8:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-01  3:36 [PATCH 1/2] Fix variable naming: ELF_CLFAGS -> ELF_CFLAGS Jerry Zhang Jian
2023-09-01  3:36 ` [PATCH 2/2] regen ld/Makefile.in Jerry Zhang Jian
2023-09-01  8:39 ` [PATCH 1/2] Fix variable naming: ELF_CLFAGS -> ELF_CFLAGS Alan Modra

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