From: Sam Ravnborg Date: Fri, 7 Apr 2006 06:36:49 +0000 (+0200) Subject: kbuild: properly pass options to hostcc when doing make O=.. X-Git-Tag: v2.6.17-rc2~98^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9df92e22aca939857c5bc9ecb130ef22307ccc1;p=pandora-kernel.git kbuild: properly pass options to hostcc when doing make O=.. This fix a longstanding bug where proper options was not passed to hostcc in case of a make O=.. build. This bug showed up in (not yet merged) klibc, and is not known to have any counterpart in-kernel. Fixed by moving the flags macro to Kbuild.include so it can be used by both Makefile.lib and Makefile.host. Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed