Make --arch-override= affect "make menuconfig" (bug #247246)

cleanup-cruft
Sebastian Pipping 14 years ago
parent 381ec0cee4
commit 4a7ccf8b08

@ -5,6 +5,9 @@
# Distributed under the GPL v2 # Distributed under the GPL v2
# $Id$ # $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: 13 Jun 2011; Sebastian Pipping <sping@gentoo.org> arch/x86_64/kernel-config:
Unset CONFIG_EMBEDDED on arch amd64 Unset CONFIG_EMBEDDED on arch amd64

@ -243,9 +243,9 @@ compile_generic() {
esac esac
case "${argstype}" in case "${argstype}" in
kernel) ARGS="`compile_kernel_args`" ;; kernel|kernelruntask) ARGS="`compile_kernel_args`" ;;
utils) ARGS="`compile_utils_args`" ;; utils) ARGS="`compile_utils_args`" ;;
*) ARGS="" ;; # includes kernelruntask *) ARGS="" ;;
esac esac
shift 2 shift 2

Loading…
Cancel
Save