[1/2] Fix variable naming: ELF_CLFAGS -> ELF_CFLAGS

Message ID 20230901033626.29557-1-jerry.zhangjian@sifive.com
State New
Headers
Series [1/2] Fix variable naming: ELF_CLFAGS -> ELF_CFLAGS |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_binutils_build--master-arm warning Patch is already merged
linaro-tcwg-bot/tcwg_binutils_build--master-aarch64 warning Patch is already merged
linaro-tcwg-bot/tcwg_binutils_check--master-aarch64 warning Patch is already merged
linaro-tcwg-bot/tcwg_binutils_check--master-arm warning Patch is already merged

Commit Message

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

Comments

Alan Modra Sept. 1, 2023, 8:39 a.m. UTC | #1
Pushed, thanks.
  

Patch

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