From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Sat, 5 Sep 2020 08:40:23 -0400 Subject: [PATCH 2/2] doc: describe building with GCC In-Reply-To: <20200905085853.29081-3-xypron.glpk@gmx.de> References: <20200905085853.29081-1-xypron.glpk@gmx.de> <20200905085853.29081-3-xypron.glpk@gmx.de> Message-ID: <20200905124023.GK24856@bill-the-cat> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sat, Sep 05, 2020 at 10:58:53AM +0200, Heinrich Schuchardt wrote: > Provide a description of the U-Boot build process with GCC in the HTML > documentation. > > Signed-off-by: Heinrich Schuchardt > --- > doc/build/gcc.rst | 119 ++++++++++++++++++++++++++++++++++++++++++++ > doc/build/index.rst | 1 + > 2 files changed, 120 insertions(+) > create mode 100644 doc/build/gcc.rst It's good to have this. Can we restructure things so that it's clear that the majority of this is toolchain independent and we can update the clang doc, or if this becomes a more generic "build U-Boot for target" doc, we just need to add a section about the Clang caveat about how gd works and then it's just noting that instead of CROSS_COMPILE=aarch64-linux-gnu- it's CROSS_COMPILE="clang -target aarch64-linux-gnu" ? Thanks! -- Tom -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 659 bytes Desc: not available URL: