Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp5708716pxj; Wed, 23 Jun 2021 07:22:19 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxLxTtnZLpeUPyQ9q9U5xKO6RyecgVN7L/eTrbiWO+uW+frMz2twQuI7Z+bUjs2a0/Co9I5 X-Received: by 2002:aa7:cfd7:: with SMTP id r23mr12678670edy.300.1624458139704; Wed, 23 Jun 2021 07:22:19 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1624458139; cv=none; d=google.com; s=arc-20160816; b=QEo7CFJBPoa3phV9gD/rvKmwPzU3XQhimiegib/9yS8GHKcfakAUBfhqjpmObmIFS1 zTek5BAgurC3/I3YTnUEaC8GpBr2i2/W7D1nbzHkFKj5OCkIfKXHsl0KGA0QlID+nqGu XhSQbvpCwcK1PIahCK0nM4ZMDQFi93JPzW7VLoKcUv7GDNrHh0NIFPq+UKChGUollfOG x3X/vtzTcwIKfqGabjYxApoIC3r3RdOgPYdQgsSfTBzv91isoSoSskbj659YF+c02d9/ 3+GBgFjK9a1PbB0SkaDomjOoQZWaWoLz9T7TvNRKQM84emYN2748eByPwM0K6PAL1jS5 Gvyw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:content-disposition:mime-version :message-id:subject:cc:to:from:date; bh=KlRUdrhRacI4Pgi5ubmaEYiLcL8i5l4VmZFhxY/6sqU=; b=g2DOJUFFJ9I20H4QLW2Qm+ojjfqx5pUH2uEiRUe8ZBJmRYpKgjnNP/xCmFjdF5z8im OJGH241BKk+5fI3LdYiQ0Oxuxkw73aTCq82hAIGZ5AKPUT8eGuToNc+duKiRSeYSC/OK CHIp+y/Urdmy0tJyPeyjhK5gOxhrue2mDAk6RY70HlOc66DA41QcTD7v7GMhCaOVGgQ2 aSBIxw4OzSVoJ3OCd0gDraTHh8BJ47iVaZEO7GgxzTlRfAnoUOqhxvWXvznQc68qSMB/ BoJypO0X6ny8xT8bmTBTCO8qqzfnPDkI+Em3LyzAKqZR6/Lb2g0GYgqQIZvXb3GXM9s3 umew== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id dq22si13744251ejc.51.2021.06.23.07.21.56; Wed, 23 Jun 2021 07:22:19 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230298AbhFWOVR (ORCPT + 99 others); Wed, 23 Jun 2021 10:21:17 -0400 Received: from verein.lst.de ([213.95.11.211]:51050 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230061AbhFWOVO (ORCPT ); Wed, 23 Jun 2021 10:21:14 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 387BB67373; Wed, 23 Jun 2021 16:18:55 +0200 (CEST) Date: Wed, 23 Jun 2021 16:18:54 +0200 From: Christoph Hellwig To: Brian Cain , Arnd Bergmann Cc: Linus Torvalds , Sid Manning , linux-hexagon@vger.kernel.org, linux-kernel@vger.kernel.org Subject: how can we test the hexagon port in mainline Message-ID: <20210623141854.GA32155@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi all, the oldest supported gcc version in mainline is gcc 4.9. But the only hexagon crosscompiler I can find is the one Arnds website points to here: https://mirrors.edge.kernel.org/pub/tools/crosstool/ which is a non-upstream gcc 4.6.1 port. How are we supposed to even build test hexagon code?