Skip to content

Commit 659fc08

Browse files
committed
buildsystem: export SED variable
1 parent 6aebbb3 commit 659fc08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/006-gcc-stage2.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ if [ "$(uname -s)" = "Darwin" ]; then
5151
alias sed='gsed'
5252
TARG_XTRA_OPTS="--with-system-zlib --with-libiconv_prefix=$MACPORT_BASE --with-gmp=$MACPORT_BASE --with-mpfr=$MACPORT_BASE --with-mpc=$MACPORT_BASE"
5353
fi
54+
export SED=$(which gsed)
5455
fi
5556
5657
## Determine the maximum number of processes that Make can work with.

0 commit comments

Comments
 (0)