On Thu, 2013-03-28 at 09:07 -0700, Khem Raj wrote: > On Mar 28, 2013, at 8:46 AM, Marcin Juszkiewicz > <[email protected]> wrote: > > > W dniu 28.03.2013 10:02, Marcin Juszkiewicz pisze: > >> W dniu 28.03.2013 06:51, Khem Raj pisze: > >>> I have added gcc 4.8 recipes and the branch is here > >>> > >>> git://git.openembedded.org/openembedded-core-contrib kraj/gcc-4.8 > >> > >> Übercool! Will do tests with aarch64. > > > > After some hacking (see attachment) I got it built and booted > > core-image-minimal. > > > Nice > > > > > Problem was with paths - lib contra lib64. Will look at it more next week. > > > > <aarch64.diff> > > > Well I guess aarch64 is kind of_special_ here. look into multilib we have done > for other architectures. e.g. for x86_64 if you inherit multilib class it > uses 'lib64' > otherwise it uses 'lib' thats for historic reasons but for arm you could > always use lib64 > why its not so ?
The build system should use whichever is configured as $libdir for any given target. Cheers, Richard _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
