From 58beb25d1c5c4bbb9180642e350bb2d4b0dc0996 Mon Sep 17 00:00:00 2001 From: nhmall Date: Fri, 24 Oct 2025 12:32:34 -0400 Subject: [PATCH] Cross-compiling doc typos --- Cross-compiling | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cross-compiling b/Cross-compiling index 38998a937..0eb9488a7 100644 --- a/Cross-compiling +++ b/Cross-compiling @@ -550,7 +550,7 @@ Cross-compiler url: https://github.com/bebbo/amiga-gcc brew install bash wget make lhasa gmp mpfr libmpc flex gettext \ texinfo gcc make autoconf - After installing the prerequite packages and the cross-compiler + After installing the prerequisite packages and the cross-compiler it was a straightforward build: git clone https://github.com/bebbo/amiga-gcc.git @@ -646,7 +646,7 @@ Cross-compiler url: https://emscripten.org/docs/getting_started/downloads.html For macOS, you will need to install Xcode, git, cmake, Python 3.5 or new (at time of this writing). - After installing the prerequite packages above, obtain the cross-compiler + After installing the prerequisite packages above, obtain the cross-compiler via git and build it from the directory of your choice using steps similar to these: