From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753785AbbDPQ3x (ORCPT ); Thu, 16 Apr 2015 12:29:53 -0400 Received: from one.firstfloor.org ([193.170.194.197]:60580 "EHLO one.firstfloor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753527AbbDPQ3k (ORCPT ); Thu, 16 Apr 2015 12:29:40 -0400 Date: Thu, 16 Apr 2015 18:29:38 +0200 From: Andi Kleen To: Joe Perches Cc: Andi Kleen , Michal Marek , akpm@linux-foundation.org, linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org, Andi Kleen , Segher Boessenkool , Sasha Levin Subject: Re: [PATCH] Support gcc 6 for building Message-ID: <20150416162938.GU2366@two.firstfloor.org> References: <1429127143-31745-1-git-send-email-andi@firstfloor.org> <552F6B7C.7020406@suse.cz> <20150416155626.GT2366@two.firstfloor.org> <1429201390.2850.54.camel@perches.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1429201390.2850.54.camel@perches.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > As compiler-gcc3.h is trivial, what about integrating > the whole thing into a single file and get rid of the > compiler-gcc.h files? I think that's the right thing to do yes. -Andi