Re: [pve-devel] [PATCH] Test whether CC is defined and use this otherwise use default

2014-07-14 Thread Dietmar Maurer
> That's fine. The reason it would not apply to 2.6.32 is that I only made the > changes to the 3.10 kernel because I suspected that changes to > 2.6.32 of this kind was not appropriate due to the near end of life for kernel > 2.6.32. Ah, I see. Just applied the patch to 3.10.0. _

Re: [pve-devel] [PATCH] Test whether CC is defined and use this otherwise use default

2014-07-14 Thread Michael Rasmussen
On Mon, 14 Jul 2014 11:05:57 + Dietmar Maurer wrote: > Your patch does not apply to current version in git. So I simply extracted > your changes and applied it myself - hope that is OK for you? > That's fine. The reason it would not apply to 2.6.32 is that I only made the changes to the 3.1

Re: [pve-devel] [PATCH] Test whether CC is defined and use this otherwise use default

2014-07-14 Thread Dietmar Maurer
Your patch does not apply to current version in git. So I simply extracted your changes and applied it myself - hope that is OK for you? see https://git.proxmox.com/?p=pve-kernel-2.6.32.git;a=commitdiff;h=fb3948c5044b6af685050325630f3540ab24b57c > diff --git a/Makefile b/Makefile > index 3e2c1b

[pve-devel] [PATCH] Test whether CC is defined and use this otherwise use default

2014-07-09 Thread mir
From: Michael Rasmussen Signed-off-by: Michael Rasmussen --- Makefile | 4 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 3e2c1bc..823d842 100644 --- a/Makefile +++ b/Makefile @@ -70,7 +70,11 @@ PVE_DEB=${PVEPKG}_${RELEASE}-${PKGREL}_all.deb all: check_gcc ${DST_D