From: Kevin Diggs <kevdig@hypersurf.com>
To: linux-kernel@vger.kernel.org
Cc: Kevin Diggs <kevdig@hypersurf.com>
Subject: 2.4.25+ ppc32 "make xconfig" error
Date: Fri, 08 Apr 2005 16:07:31 -0700 [thread overview]
Message-ID: <42570EB3.3000905@hypersurf.com> (raw)
Hi,
The make xconfig command spits out the following error (warning):
ERROR - Attempting to write value for unconfigured variable
(CONFIG_ALTIVEC).
This is on a PowerMac 8600 running YellowDog 2.1.
Commenting the VMX thing for the Power4 in arch/ppc/config.in fixes the
problem:
[kevdig@PowerMac8600B ppc]$ diff -U 3 config-{old,new}_in
--- config-old_in Thu Apr 7 22:25:11 2005
+++ config-new_in Fri Apr 8 15:56:32 2005
@@ -176,9 +176,9 @@
fi
define_bool CONFIG_PPC_ISATIMER y
fi
-if [ "$CONFIG_POWER4" = "y" ]; then
- bool 'VMX (same as AltiVec) support' CONFIG_ALTIVEC
-fi
+#if [ "$CONFIG_POWER4" = "y" ]; then
+# bool 'VMX (same as AltiVec) support' CONFIG_ALTIVEC
+#fi
if [ "$CONFIG_4xx" = "y" -o "$CONFIG_8xx" = "y" ]; then
bool 'Math emulation' CONFIG_MATH_EMULATION
This problem also prevents you from enabling AltiVec (UI unresponsive).
kevin
reply other threads:[~2005-04-08 23:10 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=42570EB3.3000905@hypersurf.com \
--to=kevdig@hypersurf.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.