Re: [OE-core] [PATCH 3/9] gcc-4.9: redefine dynamic linker for aarch64

2014-09-19 Thread Mark Hatle
On 9/19/14, 1:17 AM, Kang Kai wrote: On 2014年09月18日 22:13, Mark Hatle wrote: On 9/18/14, 8:58 AM, Mark Hatle wrote: On 9/18/14, 2:19 AM, Khem Raj wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 9/16/14 8:06 AM, Kai Kang wrote: Redefine dynamic linker for aarch64 from /lib to /lib64

Re: [OE-core] [PATCH 3/9] gcc-4.9: redefine dynamic linker for aarch64

2014-09-18 Thread Kang Kai
On 2014年09月18日 22:13, Mark Hatle wrote: On 9/18/14, 8:58 AM, Mark Hatle wrote: On 9/18/14, 2:19 AM, Khem Raj wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 9/16/14 8:06 AM, Kai Kang wrote: Redefine dynamic linker for aarch64 from /lib to /lib64. BASELIB of aarch64 has to be define

Re: [OE-core] [PATCH 3/9] gcc-4.9: redefine dynamic linker for aarch64

2014-09-18 Thread Mark Hatle
On 9/18/14, 8:58 AM, Mark Hatle wrote: On 9/18/14, 2:19 AM, Khem Raj wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 9/16/14 8:06 AM, Kai Kang wrote: Redefine dynamic linker for aarch64 from /lib to /lib64. BASELIB of aarch64 has to be defined with 'lib64', then linker file ld-linux

Re: [OE-core] [PATCH 3/9] gcc-4.9: redefine dynamic linker for aarch64

2014-09-18 Thread Mark Hatle
On 9/18/14, 2:19 AM, Khem Raj wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 9/16/14 8:06 AM, Kai Kang wrote: Redefine dynamic linker for aarch64 from /lib to /lib64. BASELIB of aarch64 has to be defined with 'lib64', then linker file ld-linux-aarch64.so.1 is installed into /lib64 r

Re: [OE-core] [PATCH 3/9] gcc-4.9: redefine dynamic linker for aarch64

2014-09-18 Thread Kang Kai
On 2014年09月18日 15:19, Khem Raj wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 9/16/14 8:06 AM, Kai Kang wrote: Redefine dynamic linker for aarch64 from /lib to /lib64. BASELIB of aarch64 has to be defined with 'lib64', then linker file ld-linux-aarch64.so.1 is installed into /lib64

Re: [OE-core] [PATCH 3/9] gcc-4.9: redefine dynamic linker for aarch64

2014-09-18 Thread Khem Raj
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 9/16/14 8:06 AM, Kai Kang wrote: > Redefine dynamic linker for aarch64 from /lib to /lib64. > > BASELIB of aarch64 has to be defined with 'lib64', then linker file > ld-linux-aarch64.so.1 is installed into /lib64 rather than /lib. So > update it

[OE-core] [PATCH 3/9] gcc-4.9: redefine dynamic linker for aarch64

2014-09-16 Thread Kai Kang
Redefine dynamic linker for aarch64 from /lib to /lib64. BASELIB of aarch64 has to be defined with 'lib64', then linker file ld-linux-aarch64.so.1 is installed into /lib64 rather than /lib. So update it here too. Signed-off-by: Kai Kang --- meta/recipes-devtools/gcc/gcc-4.9.inc |