[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <5408DA58.7000901@oracle.com>
Date: Thu, 04 Sep 2014 17:32:08 -0400
From: Sasha Levin <sasha.levin@...cle.com>
To: Aaro Koskinen <aaro.koskinen@....fi>
CC: akpm@...uxfoundation.org, mingo@...nel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] kernel: add support for gcc 5
On 09/04/2014 05:25 PM, Aaro Koskinen wrote:
> On Thu, Sep 04, 2014 at 11:37:19AM -0400, Sasha Levin wrote:
>> We're missing include/linux/compiler-gcc5.h which is required now
>> because gcc branched off to v5 in trunk.
>>
>> Just copy the relevant bits out of include/linux/compiler-gcc4.h,
>> no new code is added as of now.
>>
>> This fixes a build error when using gcc 5.
>
> With the new GCC version numbering scheme, does this mean there will
> be a new such file to be added every year? Maybe this could be handled
> some other way?
One big file would be a huge mess.
I think that if it starts getting out of hand we can move them into
their own folder, something like:
include/linux/compiler/gcc/gccX.h
Thanks,
Sasha
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists