1
0
Fork 0
remarkable-linux/Documentation/kbuild
Sam Ravnborg 910b40468a kbuild: introduce cc-cross-prefix
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: Sam Ravnborg <sam@ravnborg.org>
2007-10-19 21:46:01 +02:00
..
00-INDEX Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
kconfig-language.txt docs: note about select in kconfig-language.txt 2007-08-11 15:47:41 -07:00
makefiles.txt kbuild: introduce cc-cross-prefix 2007-10-19 21:46:01 +02:00
modules.txt kbuild: small documentation fix in Documentation/kbuild/modules.txt 2007-05-02 20:58:09 +02:00