From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1MyOyN-0005Q6-KZ for mharc-grub-devel@gnu.org; Thu, 15 Oct 2009 07:58:23 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MyOyK-0005Mb-HO for grub-devel@gnu.org; Thu, 15 Oct 2009 07:58:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MyOyG-0005Gj-OP for grub-devel@gnu.org; Thu, 15 Oct 2009 07:58:20 -0400 Received: from [199.232.76.173] (port=55709 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MyOyG-0005Gc-Ik for grub-devel@gnu.org; Thu, 15 Oct 2009 07:58:16 -0400 Received: from fg-out-1718.google.com ([72.14.220.157]:14719) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MyOyE-0001hk-SY; Thu, 15 Oct 2009 07:58:15 -0400 Received: by fg-out-1718.google.com with SMTP id e21so798158fga.12 for ; Thu, 15 Oct 2009 04:58:13 -0700 (PDT) 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:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=nSiqviahoED01e1i8TXUzxrTwmF89gUM3eCeBr/dXNQ=; b=HC8fYUmpLGJZ/K/mgwipKGe/LNj9bQS/23JOnPztB3MtqQoSCCe5ezkTFPH+MNU6TN ZCtL00Vn3Qsqhzw/5uoUqGl+PdLkANErxeTl8NT009ACwfBEH4CqqbrUFC2CYmpubnLK mhfx+RfbX82kBX8FdHWF2ntIKP6hs4TIDIGIg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=wcm/9gO4qTJkcEtlMef98p/r2GhXE9W2HwyBOXzPss6ZZyUCUyjwh15QOZX5pquphs tdD3STpqpmlkE6kiT/LikWRUeKWj0SK+uvZiGileppCwDhyNFXQste1IirDSB86/MMCT 7rzR001I0x4rVpDNnh8qiGtsXcal/3cwvsmPo= Received: by 10.86.240.9 with SMTP id n9mr54476fgh.70.1255607893736; Thu, 15 Oct 2009 04:58:13 -0700 (PDT) Received: from debian.bg45.phnet (hpx-public-dock-127-dhcp.ethz.ch [82.130.83.127]) by mx.google.com with ESMTPS id e20sm1865785fga.5.2009.10.15.04.58.12 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 15 Oct 2009 04:58:12 -0700 (PDT) Message-ID: <4AD70E53.80004@gmail.com> Date: Thu, 15 Oct 2009 13:58:11 +0200 From: Vladimir 'phcoder' Serbinenko User-Agent: Mozilla-Thunderbird 2.0.0.22 (X11/20090701) MIME-Version: 1.0 To: David Miller References: <20091012.031430.106385568.davem@davemloft.net> <4AD3043C.10204@gmail.com> <20091012.032838.82254107.davem@davemloft.net> In-Reply-To: <20091012.032838.82254107.davem@davemloft.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Cc: grub-devel@gnu.org, proski@gnu.org, bean123ch@gmail.com Subject: Re: powerpc/sparc problems X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Oct 2009 11:58:20 -0000 David Miller wrote: > From: Vladimir 'phcoder' Serbinenko > Date: Mon, 12 Oct 2009 12:26:04 +0200 > > >> It was removed as a part of following commit >> 2009-06-10 Pavel Roskin >> >> * configure.ac: Use -nostdlib when probing for the target. It >> should not be required to have libc for the target. >> >> * configure.ac: Remove checks for __bswapsi2 and __bswapdi2, >> they fail without libc headers for the target. >> * include/grub/powerpc/libgcc.h: Use weak attribute for all >> exports. >> * include/grub/sparc64/libgcc.h: Likewise. Don't use >> preprocessor conditionals. >> >> Do you think we should just revert it? >> > > Probably. > > The methods discussed in this thread are good but aren't for release. So I just reverted Pavel's commit -- Regards Vladimir 'phcoder' Serbinenko Personal git repository: http://repo.or.cz/w/grub2/phcoder.git