This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: build gcc on os-x with fortran only


On Sat, 2015-11-07 at 17:40 -0700, Jeff Law wrote:
> On 11/07/2015 02:38 PM, Denis Davydov wrote:
> > Dear all,
> >
> > I am trying to build GCC with fortran language only on OS-X by

> > The following languages will be built: c,c++,fortran,lto
> >
> >
> > Is there any way to make it build fortran only? Thatâs the only thing i need on OS-X
> > and I would rather prefer not to have GNU C/C++ compilers in paths.
> Nope.  C & C++ are mandatory for the build procedure.  LTO is in there 
> because of the --enable-lto.

Seems like the way to handle this would be to build C,C++,Fortran but
add a Make target that only installs Fortran and its dependencies. How
hard would that be?

-- Brian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]