]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
INSTALL: Add more cross-compiling Debian packages
authorDaniel Kiper <daniel.kiper@oracle.com>
Thu, 10 Mar 2022 20:59:58 +0000 (21:59 +0100)
committerDaniel Kiper <daniel.kiper@oracle.com>
Mon, 14 Mar 2022 22:05:01 +0000 (23:05 +0100)
The mingw-w64-tools is especially important because with out it some
Windows builds may fail due to lack of proper pkg-config.

Signed-off-by: Daniel Kiper <daniel.kiper@oracle.com>
Reviewed-by: Robbie Harwood <rharwood@redhat.com>
INSTALL

diff --git a/INSTALL b/INSTALL
index a64f637230c474b18f5c026a6b0cfc2bc51aa2a0..aff44f75c21e111cffdc6ca737cb371a590f3be0 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -52,7 +52,8 @@ need the following.
 
 Your distro may package cross-compiling toolchains such as the following
 incomplete list on Debian: gcc-aarch64-linux-gnu, gcc-arm-linux-gnueabihf,
-gcc-mipsel-linux-gnu, and mingw-w64.
+gcc-mips-linux-gnu, gcc-mipsel-linux-gnu, gcc-powerpc64-linux-gnu,
+gcc-riscv64-linux-gnu, gcc-sparc64-linux-gnu, mingw-w64 and mingw-w64-tools.
 
 More cross compiling toolchains can be found at the following trusted sites: