Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bf5777bc authored by Kevin's avatar Kevin Committed by Jonathan Corbet
Browse files

Documentation: GNU is frequently spelled Gnu

The official spelling of GNU is GNU and not Gnu.
Bug 89551 https://bugzilla.kernel.org/show_bug.cgi?id=89551



Signed-off-by: default avatarKevin Law <kevin@stealsyour.pw>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 2cd14f5d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -21,8 +21,8 @@ running a Linux kernel. Also, not all tools are necessary on all
systems; obviously, if you don't have any ISDN hardware, for example,
you probably needn't concern yourself with isdn4k-utils.

o  Gnu C                  3.2                     # gcc --version
o  Gnu make               3.80                    # make --version
o  GNU C                  3.2                     # gcc --version
o  GNU make               3.80                    # make --version
o  binutils               2.12                    # ld -v
o  util-linux             2.10o                   # fdformat --version
o  module-init-tools      0.9.10                  # depmod -V
@@ -57,7 +57,7 @@ computer.
Make
----

You will need Gnu make 3.80 or later to build the kernel.
You will need GNU make 3.80 or later to build the kernel.

Binutils
--------