355 branched and committed to SVN

Luca Boccassi luca.boccassi at gmail.com
Sat Oct 17 16:40:37 UTC 2015


On 17 October 2015 at 17:05, Andreas Beckmann <anbe at debian.org> wrote:
> On 2015-10-17 17:58, Luca Boccassi wrote:
>> How is the compiler set in the old system?
>
> Not at all, inherited from kbuild

Got it.

Before, we shipped our own Makefile (debian/module/Makefile) because
upstream didn't. But now upstream does has a kernel/Makefile, and it
does almost exactly what our Makefile did... except one tiny bit.
Wanna guess? :-) They pass down "CC=$(CC)" (line 81). Removing that
solves the problem, and the compiler version used to build the kernel
gets used. I tested this in a sid chroot, and 3.16 gets build with gcc
4.6 now instead of gcc 5.

I'll add a new patch, test it all around as usual and commit it to SVN.

I am sorry for this merry-go-round, I should have noticed immediately
when I did the upgrade.

Kind regards,
Luca Boccassi



More information about the pkg-nvidia-devel mailing list