diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-06-20 07:45:15 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-06-20 07:45:15 +0000 |
commit | 2bbe6b8febe048bda13847992059c64ea08e1f0c (patch) | |
tree | 54985c27ae983bf38693d32e5f24bdb73a018698 | |
parent | 34afde37095e5fb2c8068b869be1523e1811e323 (diff) | |
download | crosstool-ng-2bbe6b8febe048bda13847992059c64ea08e1f0c.tar.gz crosstool-ng-2bbe6b8febe048bda13847992059c64ea08e1f0c.tar.bz2 crosstool-ng-2bbe6b8febe048bda13847992059c64ea08e1f0c.zip |
Backport #725 from trunk:
Realy fix building MPFR.
/branches/1.1/scripts/build/mpfr.sh | 2 2 0 0 ++
1 file changed, 2 insertions(+)
-rw-r--r-- | scripts/build/mpfr.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/build/mpfr.sh b/scripts/build/mpfr.sh index 51651a54..2e87f749 100644 --- a/scripts/build/mpfr.sh +++ b/scripts/build/mpfr.sh @@ -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}" \ |