* [PATCH 1/1] doc/build/gcc.rst: add missing apt-get *install*
@ 2020-09-20 10:31 Heinrich Schuchardt
2020-09-22 20:49 ` Tom Rini
0 siblings, 1 reply; 2+ messages in thread
From: Heinrich Schuchardt @ 2020-09-20 10:31 UTC (permalink / raw)
To: u-boot
The install command is missing for an apt-get command.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
doc/build/gcc.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/build/gcc.rst b/doc/build/gcc.rst
index fcb0b1ffb3..1ceba0b699 100644
--- a/doc/build/gcc.rst
+++ b/doc/build/gcc.rst
@@ -17,7 +17,7 @@ You could install GCC and the GCC cross compiler for the ARMv8 architecture with
.. code-block:: bash
- sudo apt-get gcc gcc-aarch64-linux-gnu
+ sudo apt-get install gcc gcc-aarch64-linux-gnu
Depending on the build targets further packages maybe needed
--
2.28.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH 1/1] doc/build/gcc.rst: add missing apt-get *install*
2020-09-20 10:31 [PATCH 1/1] doc/build/gcc.rst: add missing apt-get *install* Heinrich Schuchardt
@ 2020-09-22 20:49 ` Tom Rini
0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2020-09-22 20:49 UTC (permalink / raw)
To: u-boot
On Sun, Sep 20, 2020 at 12:31:47PM +0200, Heinrich Schuchardt wrote:
> The install command is missing for an apt-get command.
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200922/98ec3ec5/attachment.sig>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-09-22 20:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-20 10:31 [PATCH 1/1] doc/build/gcc.rst: add missing apt-get *install* Heinrich Schuchardt
2020-09-22 20:49 ` Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox