[meta-xilinx] [PATCH 4/9] Adds gcc bbappend to fix configure options, and enable --sysroot behavior
Luca Ceresoli
luca at lucaceresoli.net
Tue Dec 11 07:42:50 PST 2018
Hi Alejandro,
On 06/12/18 22:56, Alejandro Enedino Hernandez Samaniego wrote:
> Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandr at xilinx.com>
> Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha at xilinx.com>
> ---
> .../recipes-standalone/gcc/gcc-cross_%.bbappend | 17 +++++++++++++++++
> 1 file changed, 17 insertions(+)
> create mode 100644 meta-xilinx-standalone/recipes-standalone/gcc/gcc-cross_%.bbappend
>
> diff --git a/meta-xilinx-standalone/recipes-standalone/gcc/gcc-cross_%.bbappend b/meta-xilinx-standalone/recipes-standalone/gcc/gcc-cross_%.bbappend
> new file mode 100644
> index 0000000..13ae02a
> --- /dev/null
> +++ b/meta-xilinx-standalone/recipes-standalone/gcc/gcc-cross_%.bbappend
> @@ -0,0 +1,17 @@
> +# By using tclibc-baremetal we loose sysroot functionality due to some append/override behavior
> +# We need to get that back , the following append overrides everything on EXTRA_OECONF for gcc cross target
> +# it avoids overlapping with crt0 because of --enable-linker-id from EXTRA_OECONF
I'm afraid I did not understand the problem, perhaps because I'm no
toolchain expert. Do you think there's a way to briefly clarify to
non-experts what issue is being fixed? It would be nice to have.
And, joining Jean-François in the nitpickers club... :)
Not sure what's the coding style convention in the Yocto world, but I'd
rather wrap lines at 80 chars and remove space-before-comma.
--
Luca
More information about the meta-xilinx
mailing list