diff options
author | Tom Rini <trini@konsulko.com> | 2020-09-22 16:47:48 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-09-22 16:47:48 -0400 |
commit | 5949f36f083515e2bb55f1a9c9110b287fbab587 (patch) | |
tree | 67f2845b9bef6a9ac84dea81186352ff3379f935 /doc | |
parent | ba2a0cbb053951ed6d36161989d38da724696b4d (diff) | |
parent | dc8368b7ee2b06c3b151074e4eb11fe3dbaa41d8 (diff) |
Merge branch '2020-09-22-assorted-bugfixes'
- Fix for environment location on some PowerPC boards
- Typo / documentation fix
- Two fixes for mpc8xxx
Diffstat (limited to 'doc')
-rw-r--r-- | doc/build/gcc.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 |