# Distributed under the GPL v2
# $Id$
+ 22 Jun 2011; Sebastian Pipping <sping@gentoo.org> gen_compile.sh:
+ Make --arch-override= affect "make menuconfig" (bug #247246)
+
13 Jun 2011; Sebastian Pipping <sping@gentoo.org> arch/x86_64/kernel-config:
Unset CONFIG_EMBEDDED on arch amd64
esac
case "${argstype}" in
- kernel) ARGS="`compile_kernel_args`" ;;
+ kernel|kernelruntask) ARGS="`compile_kernel_args`" ;;
utils) ARGS="`compile_utils_args`" ;;
- *) ARGS="" ;; # includes kernelruntask
+ *) ARGS="" ;;
esac
shift 2