public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: Jerry Zhang Jian <jerry.zhangjian@sifive.com>
To: binutils@sourceware.org, hongjiu.lu@intel.com
Cc: Jerry Zhang Jian <jerry.zhangjian@sifive.com>
Subject: [PATCH 1/2] Fix variable naming: ELF_CLFAGS -> ELF_CFLAGS
Date: Fri,  1 Sep 2023 11:36:25 +0800	[thread overview]
Message-ID: <20230901033626.29557-1-jerry.zhangjian@sifive.com> (raw)

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


             reply	other threads:[~2023-09-01  3:36 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-01  3:36 Jerry Zhang Jian [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230901033626.29557-1-jerry.zhangjian@sifive.com \
    --to=jerry.zhangjian@sifive.com \
    --cc=binutils@sourceware.org \
    --cc=hongjiu.lu@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).