git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ee4e33
)
kbuild: correct assingment to CFLAGS with CROSS_COMPILE
author
Sam Ravnborg
<sam@mars.ravnborg.org>
Wed, 16 Aug 2006 19:14:08 +0000
(21:14 +0200)
committer
Sam 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