It's currently possible to build gcc in two ways. 
1) Compiler and install mpfr and use switches to indicate the location of their
instalation

--with-mpfr=/somedirector --

2) Put directories mpfr and gmp under the source of gcc. 

What I propose is to allow a couple of extra switches

--mpfr-source-dir= & --gmp-source-dir=

Apart from making installation easier, it would mean anyone doing a 'gcc -v'
would know what versions of the mpfr and gmp were used. 

Dave


-- 
           Summary: Add a switch to configure to allow *source* directory of
                    mprt and gmp to be specified.
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: david dot kirkby at onetel dot net
 GCC build triplet: N/A
  GCC host triplet: N/A
GCC target triplet: N/A


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40447

Reply via email to