Files
poky/meta/recipes-devtools
Kumar Gala be1f70d68b 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>
2011-08-03 17:46:47 +01:00
..
2011-07-07 10:57:49 +01:00
2011-07-01 23:27:29 +01:00
2011-07-12 15:00:45 +01:00
2011-07-01 23:27:29 +01:00
2011-07-01 23:27:29 +01:00
2011-05-13 11:02:14 +01:00
2011-07-01 23:27:29 +01:00
2011-07-20 15:27:36 +01:00
2011-07-01 23:27:29 +01:00
2011-06-30 20:57:05 +01:00
2011-06-06 15:58:39 +01:00
2011-05-19 20:51:38 +01:00
2011-06-28 13:55:42 +01:00
2011-06-23 12:07:31 +01:00
2011-07-07 10:57:50 +01:00
2011-07-27 16:46:29 +01:00
2011-07-01 23:27:29 +01:00
2011-05-13 11:02:14 +01:00
2011-07-22 11:51:05 +01:00
2011-07-13 12:29:20 +01:00
2011-07-08 16:39:07 +01:00
2011-07-27 15:45:49 +01:00
2011-07-01 23:27:29 +01:00
2011-05-25 15:50:54 +01:00
2011-07-01 23:27:29 +01:00
2011-05-13 11:02:14 +01:00
2010-12-23 15:52:06 +00:00