Received: by 2002:ac0:a581:0:0:0:0:0 with SMTP id m1-v6csp385632imm; Tue, 3 Jul 2018 21:57:56 -0700 (PDT) X-Google-Smtp-Source: AAOMgpelI+drpygBEmaV2477Oz/kH9w9zk2r/j3uw6PEx5UnkfhkgtCko/rf/ZxCx9JsQJKecfNe X-Received: by 2002:a17:902:758c:: with SMTP id j12-v6mr553615pll.195.1530680276813; Tue, 03 Jul 2018 21:57:56 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1530680276; cv=none; d=google.com; s=arc-20160816; b=JeRI8rpMUUMqQvsnc2B3czwn9OSwkOriDzw8jw6slueUOBC2sfwpdYFDi7/GLqAnwJ fkg4DfjHDoKSfTDpv9TQqOwVTNZcozCtSp5g/pjTljxj7J7OQZLc+Dni3CAi/yT0svK5 NA/zbePsDPYIBb3K0/3iDm/BSIWPePjjQxov2nrMxkkjaT4fq+pS5i3CH+s6e34p5A7r FzYvydCew8nbd/Take0oEvjhfnJWTayIpSJlVJ9k77LaUoMPTVhF4/BClGdhikTUt75A rDzL0NQF9h4HNggP1NMDmnI+6GdZeY4VlF+E5jGdvBPt9pKVhAf2qwW2NelXyfJEIJUI kHYg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:date:references :in-reply-to:subject:cc:to:from:arc-authentication-results; bh=Ksgu14MX/k1Qf214gGowggXvMvnjD7Zzp4h6PDC5smU=; b=m+A8WV5GetaKsZgBW+66CkdtZellYg5do08S7FsJXuKGuWSQCeqFdfTGj/Kkzx4iDw y0HTMoSE1ydE2g8WJtwmGo+hxb0sgh0zjTGu9xlGhZ/CHyz4X84/u5VVRWKcnRahux0c h2U/IIz2LcIxeoggzW40EFqjd6P3f99H8LVkA8HWHSzN0MXbo5gxWXVx8Bugx2fpb3cs NBrVxxuu/NUBnWlZQqI/qWRIx02/uSfyLDTrDLuoN5q51HYsZked5YA/PoBN1e08KRaF 085wrs11KHnpMaZawbFOVxFc0dV1i9P7C+6kVaCZRiG1gDxRtsvQTmKAqexj/P9ursoR u9/w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id g9-v6si2636896pgu.294.2018.07.03.21.57.41; Tue, 03 Jul 2018 21:57:56 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932652AbeGDE5E (ORCPT + 99 others); Wed, 4 Jul 2018 00:57:04 -0400 Received: from ozlabs.org ([203.11.71.1]:35661 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932258AbeGDE5D (ORCPT ); Wed, 4 Jul 2018 00:57:03 -0400 Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPSA id 41L7y51w7wz9s52; Wed, 4 Jul 2018 14:57:01 +1000 (AEST) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ellerman.id.au From: Michael Ellerman To: John David Anglin , Helge Deller , Geert Uytterhoeven , Linux Kernel Mailing List Cc: Parisc List Subject: Re: Build regressions/improvements in v4.18-rc3 In-Reply-To: <74980be1-0684-09ef-9e31-cb8f0db13139@bell.net> References: <20180702140050.1660-1-geert@linux-m68k.org> <1fa6b973-33e7-53f8-75bb-92d1e8932813@gmx.de> <87601xgm6a.fsf@concordia.ellerman.id.au> <74980be1-0684-09ef-9e31-cb8f0db13139@bell.net> Date: Wed, 04 Jul 2018 14:56:57 +1000 Message-ID: <87sh4zlht2.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org John David Anglin writes: > On 2018-07-02 9:09 PM, Michael Ellerman wrote: >> It's GCC 4.6.3. Are you saying that's not supported anymore? > See for supported releases. Thanks, but I mean "supported by the parisc Linux port". Allegedly the kernel builds with GCC 3.2: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/changes.rst#n32 But in reality each arch has a different minimum version they actually care about. cheers