Home
last modified time | relevance | path

Searched hist:"9 b6e2c363f2686d6f7bf61fbe58b7591b71d3e8b" (Results 1 – 9 of 9) sorted by relevance

/rk3399_rockchip-uboot/arch/nds32/
H A Dconfig.mk9b6e2c363f2686d6f7bf61fbe58b7591b71d3e8b Fri Feb 28 05:33:30 UTC 2014 Masahiro Yamada <yamada.m@jp.panasonic.com> kbuild: fix CROSS_COMPILE settings in config.mk

The syntax
CROSS_COMIPLE ?= <cross_compiler_prefix>
does not work because config.mk is parsed after
exporting CROSS_COMPILE.

Like Linux Kernel's arch/$(ARCH)/Makefile,
we must write as follows:

ifeq ($(CROSS_COMPILE),)
CROSS_COMPILE := <cross_compiler_prefix>
endif

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
/rk3399_rockchip-uboot/arch/m68k/
H A Dconfig.mk9b6e2c363f2686d6f7bf61fbe58b7591b71d3e8b Fri Feb 28 05:33:30 UTC 2014 Masahiro Yamada <yamada.m@jp.panasonic.com> kbuild: fix CROSS_COMPILE settings in config.mk

The syntax
CROSS_COMIPLE ?= <cross_compiler_prefix>
does not work because config.mk is parsed after
exporting CROSS_COMPILE.

Like Linux Kernel's arch/$(ARCH)/Makefile,
we must write as follows:

ifeq ($(CROSS_COMPILE),)
CROSS_COMPILE := <cross_compiler_prefix>
endif

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
/rk3399_rockchip-uboot/arch/microblaze/
H A Dconfig.mk9b6e2c363f2686d6f7bf61fbe58b7591b71d3e8b Fri Feb 28 05:33:30 UTC 2014 Masahiro Yamada <yamada.m@jp.panasonic.com> kbuild: fix CROSS_COMPILE settings in config.mk

The syntax
CROSS_COMIPLE ?= <cross_compiler_prefix>
does not work because config.mk is parsed after
exporting CROSS_COMPILE.

Like Linux Kernel's arch/$(ARCH)/Makefile,
we must write as follows:

ifeq ($(CROSS_COMPILE),)
CROSS_COMPILE := <cross_compiler_prefix>
endif

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
/rk3399_rockchip-uboot/arch/sh/
H A Dconfig.mk9b6e2c363f2686d6f7bf61fbe58b7591b71d3e8b Fri Feb 28 05:33:30 UTC 2014 Masahiro Yamada <yamada.m@jp.panasonic.com> kbuild: fix CROSS_COMPILE settings in config.mk

The syntax
CROSS_COMIPLE ?= <cross_compiler_prefix>
does not work because config.mk is parsed after
exporting CROSS_COMPILE.

Like Linux Kernel's arch/$(ARCH)/Makefile,
we must write as follows:

ifeq ($(CROSS_COMPILE),)
CROSS_COMPILE := <cross_compiler_prefix>
endif

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
/rk3399_rockchip-uboot/arch/nios2/
H A Dconfig.mk9b6e2c363f2686d6f7bf61fbe58b7591b71d3e8b Fri Feb 28 05:33:30 UTC 2014 Masahiro Yamada <yamada.m@jp.panasonic.com> kbuild: fix CROSS_COMPILE settings in config.mk

The syntax
CROSS_COMIPLE ?= <cross_compiler_prefix>
does not work because config.mk is parsed after
exporting CROSS_COMPILE.

Like Linux Kernel's arch/$(ARCH)/Makefile,
we must write as follows:

ifeq ($(CROSS_COMPILE),)
CROSS_COMPILE := <cross_compiler_prefix>
endif

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
/rk3399_rockchip-uboot/arch/arc/
H A Dconfig.mk9b6e2c363f2686d6f7bf61fbe58b7591b71d3e8b Fri Feb 28 05:33:30 UTC 2014 Masahiro Yamada <yamada.m@jp.panasonic.com> kbuild: fix CROSS_COMPILE settings in config.mk

The syntax
CROSS_COMIPLE ?= <cross_compiler_prefix>
does not work because config.mk is parsed after
exporting CROSS_COMPILE.

Like Linux Kernel's arch/$(ARCH)/Makefile,
we must write as follows:

ifeq ($(CROSS_COMPILE),)
CROSS_COMPILE := <cross_compiler_prefix>
endif

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
/rk3399_rockchip-uboot/arch/mips/
H A Dconfig.mk9b6e2c363f2686d6f7bf61fbe58b7591b71d3e8b Fri Feb 28 05:33:30 UTC 2014 Masahiro Yamada <yamada.m@jp.panasonic.com> kbuild: fix CROSS_COMPILE settings in config.mk

The syntax
CROSS_COMIPLE ?= <cross_compiler_prefix>
does not work because config.mk is parsed after
exporting CROSS_COMPILE.

Like Linux Kernel's arch/$(ARCH)/Makefile,
we must write as follows:

ifeq ($(CROSS_COMPILE),)
CROSS_COMPILE := <cross_compiler_prefix>
endif

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
/rk3399_rockchip-uboot/arch/powerpc/
H A Dconfig.mk9b6e2c363f2686d6f7bf61fbe58b7591b71d3e8b Fri Feb 28 05:33:30 UTC 2014 Masahiro Yamada <yamada.m@jp.panasonic.com> kbuild: fix CROSS_COMPILE settings in config.mk

The syntax
CROSS_COMIPLE ?= <cross_compiler_prefix>
does not work because config.mk is parsed after
exporting CROSS_COMPILE.

Like Linux Kernel's arch/$(ARCH)/Makefile,
we must write as follows:

ifeq ($(CROSS_COMPILE),)
CROSS_COMPILE := <cross_compiler_prefix>
endif

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
/rk3399_rockchip-uboot/arch/arm/
H A Dconfig.mk9b6e2c363f2686d6f7bf61fbe58b7591b71d3e8b Fri Feb 28 05:33:30 UTC 2014 Masahiro Yamada <yamada.m@jp.panasonic.com> kbuild: fix CROSS_COMPILE settings in config.mk

The syntax
CROSS_COMIPLE ?= <cross_compiler_prefix>
does not work because config.mk is parsed after
exporting CROSS_COMPILE.

Like Linux Kernel's arch/$(ARCH)/Makefile,
we must write as follows:

ifeq ($(CROSS_COMPILE),)
CROSS_COMPILE := <cross_compiler_prefix>
endif

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>