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? 

Elvis Dowson
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to