From 77598a72d773df66251c62cf0b53bf68d1eff622 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Wed, 7 Nov 2007 20:36:33 +0000 Subject: [PATCH] Added a simple patch from Andrew Gaffney 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 --- ChangeLog | 4 ++++ gen_arch.sh | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 6f9c6f8..dac3c33 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,10 @@ # Copyright 2006-2007 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 07 Nov 2007; Chris Gianelloni gen_arch.sh: + Added a simple patch from Andrew Gaffney to ensure + that we export ARCH before running menuconfig. This is from bug #190327. + 07 Nov 2007; Chris Gianelloni gen_compile.sh, generic/initrd.scripts, generic/linuxrc: Make sure we still allow dolvm2/doevms2 on the kernel command line and give diff --git a/gen_arch.sh b/gen_arch.sh index fcb45fe..5134499 100755 --- a/gen_arch.sh +++ b/gen_arch.sh @@ -22,6 +22,7 @@ get_official_arch() { esac fi fi + export ARCH if [ "${CMD_UTILS_ARCH}" != '' ] then -- 2.26.2