mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 17:41:44 +00:00
910b40468a
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> |
||
---|---|---|
.. | ||
00-INDEX | ||
kconfig-language.txt | ||
makefiles.txt | ||
modules.txt |