From: Sam Ravnborg Date: Wed, 16 Aug 2006 19:14:08 +0000 (+0200) Subject: kbuild: correct assingment to CFLAGS with CROSS_COMPILE X-Git-Tag: v2.6.18-rc5~78^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9eca0b91015bc685c2f35a50efc63d73fdf943a;p=pandora-kernel.git kbuild: correct assingment to CFLAGS with CROSS_COMPILE Some architectures change $CC in arch/$(ARCH)/Makefile mips is one example. That have impact on what options are supported by gcc so move all $(call cc-option, ...) after include of arch specific Makefile. Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed