pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc/mk



On Sun, Jul 07, 2013 at 07:47:04PM +0200, John Marino wrote:
> On 7/7/2013 19:25, Joerg Sonnenberger wrote:
> >On Sun, Jul 07, 2013 at 03:37:45PM +0200, John Marino wrote:
> >>On 7/7/2013 15:19, Joerg Sonnenberger wrote:
> >>>This is not acceptable. If I set PKGSRC_COMPILER, I expect it to be
> >>>honoured for all languages supported for it.
> >>
> >>That expectation is met.
> >>No other compiler supports Ada.
> >>It would be wrong to use a different compiler for c/c++ object files
> >>to be linked with Ada, and gcc-aux builds them all.
> >
> >The last part is wrong. There is *no* reason for building C/C++ sources
> >with gcc-aux.
> 
> Yes, there is.
> The last part is not wrong.

GCC versions by default use different runtime libraries, making them
incompatible to the rest of the system at the very least. Just because
you decided to hack the Ada support into gcc.mk in a way that can't be
isolated doesn't mean it is correct. Of course, Fortran support suffers
from the same problem...

Joerg



Home | Main Index | Thread Index | Old Index