From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752599AbcEKMFx (ORCPT ); Wed, 11 May 2016 08:05:53 -0400 Received: from eddie.linux-mips.org ([148.251.95.138]:58928 "EHLO cvs.linux-mips.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752181AbcEKMFu (ORCPT ); Wed, 11 May 2016 08:05:50 -0400 Date: Wed, 11 May 2016 14:05:44 +0200 From: Ralf Baechle To: James Hogan Cc: "Maciej W. Rozycki" , Paul Burton , linux-mips@linux-mips.org, fengguang.wu@intel.com, "stable # v4 . 4+" , linux-kernel@vger.kernel.org Subject: Re: [PATCH] MIPS: Allow R6 compact branch policy to be left unspecified Message-ID: <20160511120544.GM16402@linux-mips.org> References: <1461314611-15317-1-git-send-email-paul.burton@imgtec.com> <20160422173245.GC2467@jhogan-linux.le.imgtec.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160422173245.GC2467@jhogan-linux.le.imgtec.org> User-Agent: Mutt/1.6.0 (2016-04-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org I was wondering if we should simply probe for the availability of the GCC option and not use it, if using an older GCC, then change the help text for the option accordingly. This approach would allow make randconfig or similar to work as expected with older compilers. Ralf