Added a simple patch from Andrew Gaffney <agaffney@gentoo.org> to ensure that we export ARCH before running menuconfig. This is from bug #190327.

git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@553 67a159dc-881f-0410-a524-ba9dfbe2cb84
cleanup-cruft
Chris Gianelloni 17 years ago
parent a935750c44
commit 77598a72d7

@ -2,6 +2,10 @@
# Copyright 2006-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
07 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_arch.sh:
Added a simple patch from Andrew Gaffney <agaffney@gentoo.org> to ensure
that we export ARCH before running menuconfig. This is from bug #190327.
07 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_compile.sh,
generic/initrd.scripts, generic/linuxrc:
Make sure we still allow dolvm2/doevms2 on the kernel command line and give

@ -22,6 +22,7 @@ get_official_arch() {
esac
fi
fi
export ARCH
if [ "${CMD_UTILS_ARCH}" != '' ]
then

Loading…
Cancel
Save