From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Neundorf Subject: Re: cross-compiling alternatives (was Re: [PATCH 0/1] Embedded Maintainer(s)...) Date: Tue, 17 Jun 2008 16:22:55 +0200 Message-ID: <200806171622.55901.neundorf@eit.uni-kl.de> References: <1209577322.25560.402.camel@pmac.infradead.org> <200806170827.09103.neundorf@eit.uni-kl.de> <20080617134635.GE9141@nibiru.local> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20080617134635.GE9141@nibiru.local> Content-Disposition: inline Sender: linux-embedded-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" To: Linux Embedded Maillist On Tuesday 17 June 2008 15:46:36 Enrico Weigelt wrote: > * Alexander Neundorf schrieb: > > On Monday 16 June 2008 17:15:37 Enrico Weigelt wrote: > > > * Alexander Neundorf schrieb: > > > > CMake has a cache, where the values of variables are stored, e.g. if > > > > an option is enabled or not, or where a library has been found (e.g. > > > > JPEG_LIBRARY=/usr/local/lib/libjpeg.so). > > > > The way to influence the behaviour of cmake is to change the value of > > > > these variables, this can be done either via a GUI (curses based or > > > > with cmake 2.6 also a graphical one), or via the command line: > > > > $ cmake -D= ...more options > > > > > > Are these variables strictly specified or is all left to individual > > > author's decision ? > > > > Authors decision. > > Then you've got the same problem as w/ autoconf's config.status: > You have to tweak it for each individual package separately :( Well, these are all more or less scripting languages, so people can create whichever variables they like, no way to enforce something. Still one can suggest standards which should be followed. Alex