From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=A5Qt+vKh; spf=pass (domain: linaro.org, ip: 209.85.221.46, mailfrom: leif.lindholm@linaro.org) Received: from mail-wr1-f46.google.com (mail-wr1-f46.google.com [209.85.221.46]) by groups.io with SMTP; Wed, 08 May 2019 07:54:05 -0700 Received: by mail-wr1-f46.google.com with SMTP id r7so27573861wrr.13 for ; Wed, 08 May 2019 07:54:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=GbdDypjcn66Ui2qFZ5vaLxAIanz/12kJ3Kyv6XGbyWs=; b=A5Qt+vKhG8bpzRZgHV5qVZujEyKVfMwZPu0XX1GRRZDCTSmsitrdCV/jluy23Vc+UO T1fQUNG9mVHNJu7mFuEpqlygrP1oyGi1B/DwPPo4EJDy0WCX8PxhSuOS0NU4DCUCqywd rJmKC8AoREUhJOxyWBH1d52GDGETKrtvFoUb1gDW9LNeFlNT1R55tmxK7Ly7iaTQRyY+ omtZUewsSPG+bTzKgjoYCJsf49mtmsVmpgS/QMNScSQ33xfZfGr4dpC0DTB27m6/EfgJ l/3jr2Merdq6eT/K79ob2vSHGmERlkKG4aBuP+q9PTXkCoDx9N0ByxIDzA2FtVRaCON4 J11Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=GbdDypjcn66Ui2qFZ5vaLxAIanz/12kJ3Kyv6XGbyWs=; b=VLef6HJEqv3WAfvG1yIp8PEEJtj+5CFvqgMmkt/q6tB+ZU2k2PG75INMyDsq8rNPpJ juLMcgvzyxZbrGbZONFnHsyZSQa0mPLQev7E5lnbtEQWHjzolIkepFcsoxXKtjBoE86s JrjEyoPjcdrAJFQGEP1d5b1/zHzLEVUJa42GdTo1GXR3eJDGozZAo9XCSUg0zzALiqXk qkqlSQWzV7tkStvvlfo81UL+SA/foxO4kp+SUQ83QYuXaIlmzdHavv43fO0m2g5r5rEn v4Lx6evQ6bXIOMvhz41j6OPN3MLAddoSNq8k6M8XfrGBIFRrhelC1XuHPKm57rwBbj+2 /QYQ== X-Gm-Message-State: APjAAAWJpT0R9MBFfk2e3eXUafI098z6gObBeE0Op07D71itZLRQjjD1 Vr9mP2Wry6B1PKHFvLPsUR7yIFL2vps= X-Google-Smtp-Source: APXvYqw5c2z5LAppjz4CWBMA7KUfaZYJrQYYzmOgjUzY9kj8PGDfNttnk/PQdiHwrmhcnh9MKs50tA== X-Received: by 2002:adf:f7d0:: with SMTP id a16mr26614254wrq.211.1557327243111; Wed, 08 May 2019 07:54:03 -0700 (PDT) Return-Path: Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id d4sm35384679wrf.7.2019.05.08.07.54.02 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 08 May 2019 07:54:02 -0700 (PDT) Date: Wed, 8 May 2019 15:54:00 +0100 From: "Leif Lindholm" To: devel@edk2.groups.io, pete@akeo.ie Cc: xulin Subject: Re: [edk2-devel] tool chain tag setting for vs2017 Message-ID: <20190508145400.7gvhxqhzawije75s@bivouac.eciton.net> References: <46fb43d9-dfdc-a481-f60b-d5f362ed2c0b@akeo.ie> <0AD74FB9-87C7-4380-9E80-EB79830879EF@foxmail.com> MIME-Version: 1.0 In-Reply-To: User-Agent: NeoMutt/20170113 (1.7.2) Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, May 08, 2019 at 03:44:45PM +0100, Pete Batard wrote: > On 2019.05.08 13:16, xulin wrote: > > Got it. BTW, do you have plan to support for higher version GCC? Such as > > GCC8? > > Well, I am not speaking for the project as a whole, but past experience > seems to indicate that support for newer toolchain is added by contributors > (which, really, can be anyone) on an ad hoc basis, when the need is > identified and/or a new toolchain becomes popular, as well as *if* the > definitions from the current toolchain (such as GCC5) do not work well > enough to support the later versions. > > So I don't think there are official plans with regards to adding such an > such toolchain (such as GCC8 or VS2019) apart from waiting for contributors, > who might have a vested interest in those, to provide patches where needed. > For most Open Source projects, this usually happen organically, without any > specific timeline, as each toolchain becomes more widespread. Correct. Basically, GCC 4.x was an absolute mess in changing command line options and behaviours (cetainly on the ARM* side, but I think also for x86). Since GCC 5.0, this has stabilised a lot, so we haven't needed to produce any version-specific profiles since that one. GCC9 looks "interesting" in throwing up new buildtime warnings (from looking at other projects), so it might be that it will need a new profile, but it may also be that all those are genuine bugs and need to be fixed. Certainly, any issues people come across, please report. Regards, Leif > Regards, > > /Pete > > >