1. 19 Oct, 2007 1 commit
    • Sam Ravnborg's avatar
      kbuild: introduce cc-cross-prefix · 910b4046
      Sam Ravnborg authored
      cc-cross-prefix is useful for the architecture that like
      to provide a default CROSS_COMPILE value,
      but may have several to select between.
      
      Sample usage:
      
      ifneq ($(SUBARCH),$(ARCH))
              ifeq ($(CROSS_COMPILE),)
                     CROSS_COMPILE := $(call cc-cross-prefix, m68k-linux-gnu- m68k-linux-)
              endif
      endif
      
      Actual usage by the different archs will taken care of later.
      Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
      910b4046
  2. 18 Oct, 2007 8 commits
  3. 17 Oct, 2007 31 commits