[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20110416145050.GA1124@merkur.ravnborg.org>
Date: Sat, 16 Apr 2011 16:50:50 +0200
From: Sam Ravnborg <sam@...nborg.org>
To: Francis Moreau <francis.moro@...il.com>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: Kbuild: how to cleanly retrieve information compilation about
the last build
>
> BTW are the allowed flags documented somewhere ?
Some/most supported flags are documented in Dumentation/kbuild/kbuild.txt
> > If you on a regular basis need to pass flags on the command-line
> > then you likely are doing something odd as this is not the typical use.
> > So please reconsider what you are doing.
>
> Ok, if I'm doing something wrong, I'd like to be corrected.
>
> What's wrong with passing those flags for example:
>
> $ make ARCH=arm CROSS_COMPILE=arm-linux
>
> or
>
> $ make CC=distcc
>
> ?
Both examples are perfectly OK. From your previous posting it
looked like you passed flags that influenced how the kernel
was built (CCFLAGS) and it did not look like you had cross-compile
nor distcc in mind - hence my comment.
Sam
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists