Skip to content

Commit 70c37fd

Browse files
committed
go.sh: Install brew packages for crosstool-ng
on MacOS install brew packages we need for building crosstool-ng Signed-off-by: Kumar Gala <[email protected]>
1 parent 6edfaf5 commit 70c37fd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

go.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ if [ "$os" == "macos" ]; then
5858
echo "No brew install found"
5959
exit 1
6060
fi
61+
62+
brew install autoconf automake bash binutils gawk gnu-sed gnu-tar help2man ncurses xz libtool
63+
6164
export PATH="$PATH:${HOMEBREW_ROOT}/opt/binutils/bin"
6265
export CPPFLAGS="-I${HOMEBREW_ROOT}/opt/ncurses/include -I${HOMEBREW_ROOT}/opt/gettext/include"
6366
export LDFLAGS="-L${HOMEBREW_ROOT}/opt/ncurses/lib -L${HOMEBREW_ROOT}/opt/gettext/lib"

0 commit comments

Comments
 (0)