We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aebbb3 commit 659fc08Copy full SHA for 659fc08
scripts/006-gcc-stage2.sh
@@ -51,6 +51,7 @@ if [ "$(uname -s)" = "Darwin" ]; then
51
alias sed='gsed'
52
TARG_XTRA_OPTS="--with-system-zlib --with-libiconv_prefix=$MACPORT_BASE --with-gmp=$MACPORT_BASE --with-mpfr=$MACPORT_BASE --with-mpc=$MACPORT_BASE"
53
fi
54
+ export SED=$(which gsed)
55
56
57
## Determine the maximum number of processes that Make can work with.
0 commit comments