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