Re: [OE-core] [PATCH V2] ldconfig-native: also default to lib32 and lib64 directories

2014-05-07 Thread Richard Purdie
On Wed, 2014-05-07 at 23:51 +1000, Nick D'Ademo wrote: > "ld: cannot find -lgcc" This iss is not from the ldconfig patch, its due to the addition of gcc 4.9 and the realisation that certain PREFERRED_VERSION directives aren't working (you'll see its building bits of gcc 4.9 and parts of 4.8). The

Re: [OE-core] [PATCH V2] ldconfig-native: also default to lib32 and lib64 directories

2014-05-07 Thread Nick D'Ademo
"ld: cannot find -lgcc" This is the partial log: | x86_64-poky-linux-gcc -m64 -march=corei7 -mtune=corei7 -mfpmath=sse -msse4.2 --sysroot=/home/nick/poky/build/tmp/sysroots/8tree-tcbootstrap -nostdlib -nostartfiles -r -o /home/nick/poky/build/tmp/work/corei7-64-poky-linux/eglibc/2.19-r0/build-x

Re: [OE-core] [PATCH V2] ldconfig-native: also default to lib32 and lib64 directories

2014-05-07 Thread Nick D'Ademo
This patch actually breaks my MULTILIB build (Intel NUC platform). I'll try and get some more details. On Mon, May 5, 2014 at 12:30 PM, Ming Liu wrote: > make ldconfig default to /lib+/usr/lib, /lib32+/usr/lib32 and > /lib64+/usr/lib64 on bi-ABI architectures. > > Signed-off-by: Ming Liu > ---

[OE-core] [PATCH V2] ldconfig-native: also default to lib32 and lib64 directories

2014-05-04 Thread Ming Liu
make ldconfig default to /lib+/usr/lib, /lib32+/usr/lib32 and /lib64+/usr/lib64 on bi-ABI architectures. Signed-off-by: Ming Liu --- .../ldconfig-default-to-all-multilib-dirs.patch| 37 ++ meta/recipes-core/eglibc/ldconfig-native_2.12.1.bb | 4 ++- 2 files changed, 40 in