kbuild: correct assingment to CFLAGS with CROSS_COMPILE
authorSam Ravnborg <sam@mars.ravnborg.org>
Wed, 16 Aug 2006 19:14:08 +0000 (21:14 +0200)
committerSam Ravnborg <sam@mars.ravnborg.org>
Wed, 16 Aug 2006 19:14:08 +0000 (21:14 +0200)
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 <sam@ravnborg.org>

No differences found