Home
last modified time | relevance | path

Searched hist:c9eca0b91015bc685c2f35a50efc63d73fdf943a (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/
H A DMakefilec9eca0b91015bc685c2f35a50efc63d73fdf943a Wed Aug 16 14:14:08 CDT 2006 Sam Ravnborg <sam@mars.ravnborg.org> 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 <sam@ravnborg.org>