From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1NIlkn-0005kC-S5 for mharc-grub-devel@gnu.org; Thu, 10 Dec 2009 11:20:33 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NIlkl-0005i5-Om for grub-devel@gnu.org; Thu, 10 Dec 2009 11:20:31 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NIlkh-0005ev-5G for grub-devel@gnu.org; Thu, 10 Dec 2009 11:20:31 -0500 Received: from [199.232.76.173] (port=47419 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NIlkh-0005ej-1h for grub-devel@gnu.org; Thu, 10 Dec 2009 11:20:27 -0500 Received: from mail-yx0-f191.google.com ([209.85.210.191]:60725) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NIlkh-0007r3-7t for grub-devel@gnu.org; Thu, 10 Dec 2009 11:20:27 -0500 Received: by yxe29 with SMTP id 29so20956294yxe.14 for ; Thu, 10 Dec 2009 08:20:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=rkHqNII7YMXG8kB6yc3we2TOiGfjK2obGJckiU6ZxgA=; b=AA8YRoyFCtBGwCD6lc0f4+712WWivAGSk701rCGv4cfvrvmaV0lApcHjFmm5FI/Bnq MIMrHuplFv7ac867rofianF9gM1vnS6z8c50BWRofei6wQxMtLzWshKyiFVhZbH2UM+Q HrdZGRaMklSfOwYiZmpu6l9rX3sJ4dn8WqfX4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=KcHOaUGnn/a1DEozDonP5nbOKScoXihtt+lmsL5PHGWJKt63J1qCVCgokx0ZJryK/v obKtA4KxwCzDp0M2+BL1HqvVVWm77biU8tufJ7l9lXlNk3IHWY4ALWh+ALhPSm1IWdgW HtYAXPSLZrmJhhpzMzy2zExD2QkhEoL67fEpc= Received: by 10.101.165.30 with SMTP id s30mr181637ano.77.1260462025864; Thu, 10 Dec 2009 08:20:25 -0800 (PST) Received: from ?192.168.0.75? (cpe-66-69-97-231.satx.res.rr.com [66.69.97.231]) by mx.google.com with ESMTPS id 8sm366936ywg.19.2009.12.10.08.20.22 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 10 Dec 2009 08:20:22 -0800 (PST) Message-ID: <4B211FC5.3080404@gmail.com> Date: Thu, 10 Dec 2009 10:20:21 -0600 From: Bruce Dubbs User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.16) Gecko/20080722 SeaMonkey/1.1.11 MIME-Version: 1.0 To: The development of GNU GRUB References: <4B1D3D7E.5000909@gmail.com> <20091207192128.GG6439@riva.ucam.org> <20091209215253.GH7093@thorin> <4B20225C.40807@gmail.com> <1260398055.2881.14.camel@fz.local> <4B203295.2020102@gmail.com> <1260404737.2881.27.camel@fz.local> <4B208FAA.6020709@gmail.com> <1260440124.2890.5.camel@fz.local> In-Reply-To: <1260440124.2890.5.camel@fz.local> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: Re: autogen.sh warnings X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Dec 2009 16:20:32 -0000 Felix Zielcke wrote: > Am Donnerstag, den 10.12.2009, 00:05 -0600 schrieb Bruce Dubbs: >> On the other hand, config.guess is used to get build_cpu and build_os >> and I don't see that being used at all right now by grub. > > Well just after the part you quoted from me, I thought I made it clear > that the output of config.guess is used as an argument for config.sub > So you just need both. At least as long as autoconf doestn't get > changed. Exactly. I originally said that config.guess was required by configure even though the output not used. As you pointed out to me, config.sub output is used. This all goes back to the overall build process. I've been thinking about it a lot, but I'm not ready to offer any suggestions yet. -- Bruce