From: Eric Edgar Date: Fri, 9 Dec 2005 17:12:47 +0000 (+0000) Subject: Forcibly set the ARCH when compiling the kernel X-Git-Tag: v3.4.10.902~416 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=550f1ef9b767c3d696dda334d3b532fa4907078f;p=genkernel.git Forcibly set the ARCH when compiling the kernel git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@336 67a159dc-881f-0410-a524-ba9dfbe2cb84 --- diff --git a/gen_compile.sh b/gen_compile.sh index 43f89da..1ba8799 100644 --- a/gen_compile.sh +++ b/gen_compile.sh @@ -22,7 +22,9 @@ compile_kernel_args() then ARGS="${ARGS} CROSS_COMPILE=\"${KERNEL_CROSS_COMPILE}\"" fi - + + ARGS="${ARGS} ARCH=${ARCH}" + echo -n "${ARGS}" }