[oe] [PATCH] gcc-cross-sdk: Fix relocation of the toolchain and bump PR.

Tom Rini trini at kernel.crashing.org
Mon Apr 6 19:57:56 UTC 2009


On Mon, Apr 06, 2009 at 12:34:46PM -0700, Khem Raj wrote:
> On 4/3/09, Tom Rini <trini at kernel.crashing.org> wrote:
> > gcc-cross-sdk: Fix relocation of the toolchain and bump PR.
> >  There's two parts to this.  The first is to make relative, not absolute
> >  symlinks for 'cpp', etc.  The second is that we need to configure
> >  without --with-gxx-include-dir and instead install the base C++ headers
> >  into the expected location.  The path passed to --with-gxx-include-dir
> >  will not be relocated and is an absolute.
[snip]
> > -EXTRA_OECONF_PATHS =
> > "--with-gxx-include-dir=${prefix}/${TARGET_SYS}/${layout_includedir}/c++ \
> > -                      --with-sysroot=${prefix}/${TARGET_SYS} \
> > +EXTRA_OECONF_PATHS = "--with-sysroot=${prefix}/${TARGET_SYS} \
> >
> > --with-build-time-tools=${CROSS_DIR}/${TARGET_SYS}/bin \
> >                        --with-build-sysroot=${STAGING_DIR_TARGET}"
> 
> 
> You should wait on the above change. Rest of patch looks good to go.

It's a fun little circle here.  We can't move them until gcc will look
in the right place them and we can't make gcc only look in the right
place until they're moved.  And I didn't want to change gcc-cross-sdk
and meta-toolchains all in one commit.  Since I'll push them all at once
and all the PRs invovled get bumped, the end result is fine (everything
will get rebuilt and know the right stuff)

-- 
Tom Rini




More information about the Openembedded-devel mailing list