It should have said any version of gcc-4.7
On Wed, 9 Jul 2014 22:03:06 +0200
m...@datanom.net wrote:
> This patch enables builders to use any gcc version if desired.
>
> make without options will require and check for gcc-4.7.2
> make with option CC will use this version
>
> Default: make
> Al
On Wed, 9 Jul 2014 16:10:24 +
Dietmar Maurer wrote:
> Can we have a patch to check for exact gcc version by default, but provide an
> option to overwrite it (CC env. set)?
>
See new patch.
--
Hilsen/Regards
Michael Rasmussen
Get my public GnuPG keys:
michael rasmussen cc
http://pgp.mit.
This patch enables builders to use any gcc version if desired.
make without options will require and check for gcc-4.7.2
make with option CC will use this version
Default: make
Alternative: make CC=gcc-4.8
This mail was virus scanned and spam checked before delivery.
This mail is also DKI
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
Can we have a patch to check for exact gcc version by default, but provide an
option to overwrite it (CC env. set)?
> -Original Message-
> From: Michael Rasmussen [mailto:m...@datanom.net]
> Sent: Mittwoch, 09. Juli 2014 09:01
> To: Dietmar Maurer
> Cc: pve-devel@pve.proxmox.com
> Subject:
Am 09.07.2014 16:11, schrieb Alexandre DERUMIER:
> Hi,
>
> some news, I have finished the ip6tables implementation, I'll send patches
> tomorrow !
>
> (I'll work on ebtables this weekend)
Great!
Stefan
> - Mail original -
>
> De: "Alexandre DERUMIER"
> À: "Stefan Priebe - Profihos
Hi,
some news, I have finished the ip6tables implementation, I'll send patches
tomorrow !
(I'll work on ebtables this weekend)
- Mail original -
De: "Alexandre DERUMIER"
À: "Stefan Priebe - Profihost AG"
Cc: "pve-devel"
Envoyé: Mardi 8 Juillet 2014 10:43:31
Objet: Re: [pve-devel
On Wed, 9 Jul 2014 03:42:32 +
Dietmar Maurer wrote:
> > - Relax gcc check in Makefile so any gcc version 4.7 can be used.
> > Debian Sid has version 4.7.4
>
> We encountered serious problems/crashes when using other versions, so I
> hardcode that to make sure I always run the correct versi