[Skiboot] [PATCH] README: Fix Ubuntu build instructions

Andrew Donnellan andrew.donnellan at au1.ibm.com
Wed Aug 16 11:37:00 AEST 2017


Fix the Ubuntu build instructions to install a BE compiler rather than LE.

Fixes: 8fbf67e5b1bd ("README: Update build instructions")
Reported-by: Mark Linimon <linimon at freebsd.org>
Signed-off-by: Andrew Donnellan <andrew.donnellan at au1.ibm.com>
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 7042b8e4..0cef3ea6 100644
--- a/README.md
+++ b/README.md
@@ -52,7 +52,7 @@ package management tools.
 
 To build on Ubuntu:
 ```
-apt-get install gcc-powerpc64le-linux-gnu gcc valgrind \
+apt-get install gcc-powerpc64-linux-gnu gcc valgrind \
 	expect libssl-dev device-tree-compiler
 CROSS=powerpc64-linux-gnu- make -j`nproc`
 ```
-- 
2.11.0



More information about the Skiboot mailing list