Move cc-option to below arch-specific setup
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 19 Mar 2009 22:53:19 +0000 (15:53 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 19 Mar 2009 22:53:19 +0000 (15:53 -0700)
commitd0115552cdb0b4d4146975889fee2e9355515c4b
tree408e36ddf0eb6397a0f8f672701b753287e26cd9
parentcaa81d671f485dc54960e37a888d3b55349850a9
Move cc-option to below arch-specific setup

Sam Ravnborg says:
 "We have several architectures that plays strange games with $(CC) and
  $(CROSS_COMPILE).

  So we need to postpone any use of $(call cc-option..) until we have
  included the arch specific Makefile so we try with the correct $(CC)
  version."

Requested-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Makefile