Khem Raj <[email protected]> writes: > +KERNEL_LD = "${LD} ${HOST_LD_KERNEL_ARCH}" > ... > -KERNEL_LD = "${HOST_PREFIX}ld${KERNEL_LDSUFFIX} > ${HOST_LD_KERNEL_ARCH}${TOOLCHAIN_OPTIONS}"
that's bad... gold linker has serious problems to compile stuff like kernel or bootloaders and setting 'KERNEL_LDSUFFIX = .bfd' was a good way to workaround these problems. Enrico _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
