Re: [OE-core] [PATCH 1/1] gcc-cross-intermediate: revise the 64bithack.patch for multilib case

2011-08-16 Thread Khem Raj
On Mon, Aug 15, 2011 at 6:16 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: just curious question, what is gcc 4.5 for, since gcc 4.6 is already there? Some people are still using gcc 4.5 for various reasons. It is getting to the point we should probably move that to meta-oe

Re: [OE-core] [PATCH 1/1] gcc-cross-intermediate: revise the 64bithack.patch for multilib case

2011-08-15 Thread Yu Ke
On 2011/8/14 23:18, Khem Raj wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/14/2011 06:32 AM, Yu Ke wrote: current gcc-cross-intermediate has build failure in qemux86-64 lib64 multilib case. the reason is that it still use lib instead of lib64 while do_install use the libdir i.e.

Re: [OE-core] [PATCH 1/1] gcc-cross-intermediate: revise the 64bithack.patch for multilib case

2011-08-15 Thread Yu Ke
On 2011/8/15 1:31, Koen Kooi wrote: Op 14 aug. 2011, om 15:32 heeft Yu Ke het volgende geschreven: current gcc-cross-intermediate has build failure in qemux86-64 lib64 multilib case. the reason is that it still use lib instead of lib64 while do_install use the libdir i.e. lib64 so this patch

Re: [OE-core] [PATCH 1/1] gcc-cross-intermediate: revise the 64bithack.patch for multilib case

2011-08-15 Thread Richard Purdie
On Mon, 2011-08-15 at 20:48 +0800, Yu Ke wrote: On 2011/8/15 1:31, Koen Kooi wrote: Op 14 aug. 2011, om 15:32 heeft Yu Ke het volgende geschreven: current gcc-cross-intermediate has build failure in qemux86-64 lib64 multilib case. the reason is that it still use lib instead of lib64

Re: [OE-core] [PATCH 1/1] gcc-cross-intermediate: revise the 64bithack.patch for multilib case

2011-08-15 Thread Yu Ke
On 2011/8/15 21:16, Richard Purdie wrote: On Mon, 2011-08-15 at 20:48 +0800, Yu Ke wrote: On 2011/8/15 1:31, Koen Kooi wrote: Op 14 aug. 2011, om 15:32 heeft Yu Ke het volgende geschreven: current gcc-cross-intermediate has build failure in qemux86-64 lib64 multilib case. the reason is that

Re: [OE-core] [PATCH 1/1] gcc-cross-intermediate: revise the 64bithack.patch for multilib case

2011-08-15 Thread Khem Raj
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/15/2011 05:41 AM, Yu Ke wrote: On 2011/8/14 23:18, Khem Raj wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/14/2011 06:32 AM, Yu Ke wrote: current gcc-cross-intermediate has build failure in qemux86-64 lib64 multilib case. the

Re: [OE-core] [PATCH 1/1] gcc-cross-intermediate: revise the 64bithack.patch for multilib case

2011-08-14 Thread Khem Raj
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/14/2011 06:32 AM, Yu Ke wrote: current gcc-cross-intermediate has build failure in qemux86-64 lib64 multilib case. the reason is that it still use lib instead of lib64 while do_install use the libdir i.e. lib64 so this patch fix this

Re: [OE-core] [PATCH 1/1] gcc-cross-intermediate: revise the 64bithack.patch for multilib case

2011-08-14 Thread Koen Kooi
Op 14 aug. 2011, om 15:32 heeft Yu Ke het volgende geschreven: current gcc-cross-intermediate has build failure in qemux86-64 lib64 multilib case. the reason is that it still use lib instead of lib64 while do_install use the libdir i.e. lib64 so this patch fix this issue by making gcc