From ddb845537cc16852984bb2b05085451691172211 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Mon, 5 Feb 2018 14:40:59 +0100 Subject: [PATCH] Fix typo --- buildflags.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildflags.md b/buildflags.md index 5f7dccf..b5a8e56 100644 --- a/buildflags.md +++ b/buildflags.md @@ -37,7 +37,7 @@ Individual build flags are also available through RPM macros: the `CXXFLAGS` shell variable). * `%{build_fflags} for `FFLAGS` (the Fortran compiler flags, also known as the `FCFLAGS` variable). -* `{%build_ldflags}` for the link editor (ld) flags, usually known as +* `%{build_ldflags}` for the link editor (ld) flags, usually known as `LDFLAGS`. Note that the contents quotes linker arguments using `-Wl`, so this variable is intended for use with the `gcc` compiler driver. At the start of the `%build` section, the environment