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 a01971b commit c2185c3Copy full SHA for c2185c3
scripts/001-binutils.sh
@@ -46,7 +46,7 @@ if [ "$(uname -s)" = "Darwin" ]; then
46
## Check if using MacPorts
47
MACPORT_BASE=$(dirname `port -q contents gmp|grep gmp.h`|sed s#/include##g)
48
echo Macport base is $MACPORT_BASE
49
- TARG_XTRA_OPTS="--with-system-zlib --with-gmp=$MACPORT_BASE --with-mpfr=$MACPORT_BASE"
+ TARG_XTRA_OPTS="--with-system-zlib --with-libiconv_prefix=$MACPORT_BASE --with-gmp=$MACPORT_BASE --with-mpfr=$MACPORT_BASE --with-mpc=$MACPORT_BASE"
50
fi
51
52
0 commit comments