]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 23 Mar 2009 21:59:54 +0000 (14:59 -0700)
commitae2bc4d2561258f8ce41c0dfd67bea094adf1b3f
tree47ec3101b22975ef3ccb5fdb3817da1c001e44bd
parent3752057d8548fc1b00cde42a751a67a7df3481ee
Move cc-option to below arch-specific setup

commit d0115552cdb0b4d4146975889fee2e9355515c4b upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Makefile