commit | c9eca0b91015bc685c2f35a50efc63d73fdf943a | [log] [tgz] |
---|---|---|
author | Sam Ravnborg <sam@mars.ravnborg.org> | Wed Aug 16 21:14:08 2006 +0200 |
committer | Sam Ravnborg <sam@mars.ravnborg.org> | Wed Aug 16 21:14:08 2006 +0200 |
tree | 0922f5cbb51d2dfca8ff14df625beadf734ec269 | |
parent | 9ee4e3365dd0dab4c1e02fe44dc08a223b826c72 [diff] |
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>