We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4821369 commit 99d2492Copy full SHA for 99d2492
1 file changed
scripts/006-gcc-stage2.sh
@@ -49,6 +49,9 @@ if [ "$(uname -s)" = "Darwin" ]; then
49
printf 'Macport base is %s\n' "$MACPORT_BASE"
50
TARG_XTRA_OPTS="--with-system-zlib --with-libiconv_prefix=$MACPORT_BASE --with-gmp=$MACPORT_BASE --with-mpfr=$MACPORT_BASE --with-mpc=$MACPORT_BASE"
51
fi
52
+ mkdir -p "build-sed-wrapper"
53
+ ln -sf "$(which gsed)" "build-sed-wrapper/sed"
54
+ export PATH="$(realpath build-sed-wrapper):$PATH"
55
56
57
## Determine the maximum number of processes that Make can work with.
0 commit comments