From 052e54ea71e578327988b1b0cc7f20fd467cd9bd Mon Sep 17 00:00:00 2001 From: jkernan Date: Fri, 29 Mar 2019 18:29:40 +0000 Subject: [PATCH] added gpush to bew install and fixed paths for new version of binutils --- esp-open-sdk-mac-bsd.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/esp-open-sdk-mac-bsd.sh b/esp-open-sdk-mac-bsd.sh index 1888c3604..0c3b0087c 100755 --- a/esp-open-sdk-mac-bsd.sh +++ b/esp-open-sdk-mac-bsd.sh @@ -18,7 +18,7 @@ esac if [ ${FREEBSD} = 1 ]; then sudo pkg install git autoconf automake bash bison bzip2 cloog expat flex gawk gcc gerf git gmp gperf gsed gpatch help2man isl libexpat libtool makeinfo mpc mpfr ncurses patch py27-serial sed texinfo textinfo unrar unzip wget elif [ ${MACOS} = 1 ]; then - brew install autoconf automake binutils cloog expat gawk gettext gmp gnu-sed gperftools help2man isl libelf libiconv libtool mpc mpfr ncurses ppl unrar wget + brew install autoconf automake binutils cloog expat gawk gettext gmp gnu-sed gperftools gpatch help2man isl libelf libiconv libtool mpc mpfr ncurses ppl unrar wget fi @@ -27,7 +27,7 @@ fi if [ ${FREEBSD} = 1 ]; then export PATH="$PATH:/usr/local/bin" elif [ ${MACOS} = 1 ]; then - export PATH="$PATH:/usr/local/Cellar/binutils/2.31.1_2/bin:/usr/local/Cellar/ncurses/6.1/bin:/usr/local/Cellar/gpatch/2.7.6/bin" + export PATH="$PATH:/usr/local/Cellar/binutils/2.32/bin:/usr/local/Cellar/ncurses/6.1/bin:/usr/local/Cellar/gpatch/2.7.6/bin" fi