Fix ld Makefile variable naming: ELF_CLFAGS -> ELF_CFLAGS
authorJerry Zhang Jian <jerry.zhangjian@sifive.com>
Fri, 1 Sep 2023 03:36:25 +0000 (11:36 +0800)
committerAlan Modra <amodra@gmail.com>
Fri, 1 Sep 2023 08:29:49 +0000 (17:59 +0930)
Signed-off-by: Jerry Zhang Jian <jerry.zhangjian@sifive.com>
ld/Makefile.am
ld/Makefile.in

index 49dd3b5056e1eb9f2a31cd6caa1a52ef4382e400..9664d4c77090399bf84ae108ac9a83b9d2258d51 100644 (file)
@@ -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
index 10278dd6c1b86e17adf7aec17408f2664f3ac48e..afd22d479eca5c464daaccf5359591b8e07a18f8 100644 (file)
@@ -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