On Tue, Aug 7, 2012 at 7:36 PM, Elvis Dowson <[email protected]> wrote: > Hi, > I was just going through the recipes-devtools/gcc/gcc-common.inc file, > and noticed the following snippet: > > def get_gcc_multiarch_setting(bb, d): > target_arch = d.getVar('TRANSLATED_TARGET_ARCH', True) > multiarch_options = { > "i586": "--enable-targets=all", > "powerpc": "--enable-targets=powerpc64", > "sparc": "--enable-targets=all", > } > > My target is a 32-bit ppc440 cpu. What is the impact of an incorrectly set > multiarch_options for powerpc to powerpc64 on the final build? >
thats not a issue. > Elvis Dowson > > _______________________________________________ > yocto mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/yocto > _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
