]> git.ipfire.org Git - thirdparty/grub.git/commit
INSTALL: Add information on using --build when cross-compiling
authorGlenn Washburn <development@efficientek.com>
Fri, 18 Mar 2022 06:43:46 +0000 (01:43 -0500)
committerDaniel Kiper <daniel.kiper@oracle.com>
Mon, 4 Apr 2022 17:32:44 +0000 (19:32 +0200)
commit50ab32578b01a16b4f394cccbffdca6cc54e75dd
tree92eb4007815d5122ab99b651e81f72fc21caafa9
parent2aa6717d57683d39158fef02872f254573cb8ccc
INSTALL: Add information on using --build when cross-compiling

The autoconf 2.65 manual [1] strongly recommends specifying the --build
option when the --host is used. Add this to the example and add a note
that this is recommended.

[1] https://www.gnu.org/software/autoconf/manual/autoconf-2.65/html_node/Hosts-and-Cross_002dCompilation.html

Signed-off-by: Glenn Washburn <development@efficientek.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
INSTALL