Re: [PATCH] Indicate minimum in-tree MPFR version handled

2016-09-12 Thread Maciej W. Rozycki
On Fri, 12 Aug 2016, Bernd Edlinger wrote: > > + # MPFR v3.1.0 moved the sources into a src sub-directory. > > + if ! test -d ${srcdir}/mpfr/src; then > > +as_fn_error "Building GCC with MPFR in the source tree is only handled > > for MPFR 3.1.0+." "$LINENO" 5 > > + fi > > I think it is a

Re: [PATCH] Indicate minimum in-tree MPFR version handled

2016-09-12 Thread Maciej W. Rozycki
On Tue, 16 Aug 2016, Jeff Law wrote: > > 2016-08-12 Maciej W. Rozycki > > > > * configure.ac: Check for the minimum in-tree MPFR version > > handled. > > * configure: Regenerate. > > > > OK to apply? > OK. Applied now, thanks for your review and apologies for the delay. Maci

Re: [PATCH] Indicate minimum in-tree MPFR version handled

2016-08-16 Thread Jeff Law
On 08/11/2016 05:20 PM, Maciej W. Rozycki wrote: Hi, Commit 235763 removed support for versions of MPFR below 3.1.0 which have a flat directory structure, however it did not introduce any safety check for such an unhandled library version present in the tree. Consequently the system-installed

Re: [PATCH] Indicate minimum in-tree MPFR version handled

2016-08-11 Thread Bernd Edlinger
On 08/12/16, Maciej W. Rozycki wrote: > Hi, > > Commit 235763 removed support for versions of MPFR below 3.1.0 which have > a flat directory structure, however it did not introduce any safety check > for such an unhandled library version present in the tree. Consequently > the system-installed v

[PATCH] Indicate minimum in-tree MPFR version handled

2016-08-11 Thread Maciej W. Rozycki
Hi, Commit 235763 removed support for versions of MPFR below 3.1.0 which have a flat directory structure, however it did not introduce any safety check for such an unhandled library version present in the tree. Consequently the system-installed version is silently chosen, which if too old, ca