mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-20 21:33:08 +00:00
Backport #725 from trunk:
Realy fix building MPFR. /branches/1.1/scripts/build/mpfr.sh | 2 2 0 0 ++ 1 file changed, 2 insertions(+)
This commit is contained in:
parent
34afde3709
commit
2bbe6b8feb
@ -33,8 +33,10 @@ do_mpfr() {
|
||||
# This hack is not bad per se, but the MPFR guys would be better to not
|
||||
# do that in the future...
|
||||
CT_DoLog EXTRA "Re-building configuration files"
|
||||
CT_Pushd "${CT_SRC_DIR}/${CT_MPFR_FILE}"
|
||||
autoreconf -fi 2>&1 |CT_DoLog ALL
|
||||
libtoolize 2>&1 |CT_DoLog ALL
|
||||
CT_Popd
|
||||
|
||||
CT_DoLog EXTRA "Configuring MPFR"
|
||||
CFLAGS="${CT_CFLAGS_FOR_HOST}" \
|
||||
|
Loading…
Reference in New Issue
Block a user