From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PWu2a-0007kX-HJ for garchives@archives.gentoo.org; Sun, 26 Dec 2010 17:05:52 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11D1DE06D6 for ; Sun, 26 Dec 2010 17:05:51 +0000 (UTC) Received: from foo.stuge.se (foo.stuge.se [213.88.146.6]) by pigeon.gentoo.org (Postfix) with SMTP id A4104E0683 for ; Sun, 26 Dec 2010 16:49:03 +0000 (UTC) Received: (qmail 15511 invoked by uid 501); 26 Dec 2010 16:49:02 -0000 Message-ID: <20101226164902.15510.qmail@stuge.se> Date: Sun, 26 Dec 2010 17:49:02 +0100 From: Peter Stuge To: gentoo-embedded@lists.gentoo.org Subject: Re: [gentoo-embedded] Is a compilation depend on the running kernel? Mail-Followup-To: gentoo-embedded@lists.gentoo.org References: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-embedded@lists.gentoo.org Reply-to: gentoo-embedded@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Archives-Salt: 3ba6e861-c741-4b01-83b3-50bf6cd09dca X-Archives-Hash: b4e2fbc24c45fbe72e385f4004533844 Kfir Lavi wrote: > Does configure tests check the running kernel for compiled in interfaces? > If yes, lets say I have very lean kernel on the target, how I can compile > against the target kernel? This is a non-issue for most packages because the kernel interface can be considered stable. Do you have a problem with some package? //Peter