[OE-core] [PATCH v2] gcc: Fix setting of GLIBC_DYNAMIC_LINKER

Richard Purdie richard.purdie at linuxfoundation.org
Wed Aug 3 16:47:05 UTC 2011


On Tue, 2011-08-02 at 17:33 -0500, Kumar Gala wrote:
> The sed regex in do_configure_prepend was producing the following result:
> 
>  #define GLIBC_DYNAMIC_LINKER64 SYSTEMLIBS_DIR "/lib64/ld-linux-x86-64.so.2"
> 
> instead of removing the leading "/lib" or "/lib64".
> 
> Now we have it do:
> 
>  #define GLIBC_DYNAMIC_LINKER64 SYSTEMLIBS_DIR "ld-linux-x86-64.so.2"
> 
> Additionally, with the regex fixed the manipulation of SYSTEMLIBS_DIR
> needs to be removed.
> 
> Signed-off-by: Kumar Gala <galak at kernel.crashing.org>

Merged to master, thanks.

Richard





More information about the Openembedded-core mailing list