Bump kernelss and switch to ld.bfg for kernel compile

This commit is contained in:
Mario Fetka
2013-12-12 13:24:34 +01:00
parent 7b6e8798fc
commit af8a6a1f6d
49 changed files with 601 additions and 0 deletions

View File

@@ -778,6 +778,7 @@ _kernel_src_compile() {
--mountboot \
--module-prefix="${WORKDIR}"/lib \
--kernel-cc=/usr/lib/ccache/bin/${CHOST}-gcc \
--kernel-ld=${CHOST}-ld.bfd \
all || die "genkernel failed"
if [ -n "${K_MKIMAGE_KERNEL_ADDRESS}" ]; then