diff options
| author | Kumar Gala <galak@kernel.crashing.org> | 2011-08-02 17:33:17 -0500 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-03 17:46:47 +0100 |
| commit | be1f70d68b6b75772ebab8bdff683ddd7c42b0cd (patch) | |
| tree | 03fefec72c5b958fb6f3e3f1270926384e5a8c99 /scripts/qemuimage-tests/scenario/qemuarm | |
| parent | 9a49eb78ec38af7d92e2cfa62a02c44a8b9fcf5a (diff) | |
| download | poky-be1f70d68b6b75772ebab8bdff683ddd7c42b0cd.tar.gz | |
gcc: Fix setting of GLIBC_DYNAMIC_LINKER
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.
(From OE-Core rev: b343436d03fa5690b16ee8ef5d4a738c5194b301)
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/qemuimage-tests/scenario/qemuarm')
0 files changed, 0 insertions, 0 deletions
