
15 Feb
2016
15 Feb
'16
11:34 p.m.
On Wed, Feb 03, 2016 at 12:42:51PM +0000, Peter Robinson wrote:
When compiling with gcc 6 we get the following error due to ARRAY_SIZE being defined elsewhere.
common/env_flags.c:155: undefined reference to `ARRAY_SIZE'
Signed-off-by: Peter Robinson pbrobinson@gmail.com
I'm going to take http://patchwork.ozlabs.org/patch/582527/ to fix this instead as I don't want to say that common.h must work in the case of USE_HOSTCC==true (I'm surprised it did, in fact). Thanks!
--
Tom