123456789101112 |
- --- a/Makefile.orig 2014-02-10 02:33:51.483125963 +0800
- +++ b/Makefile 2014-02-10 02:38:48.187847512 +0800
- @@ -192,7 +192,7 @@ SUBARCH := $(shell uname -m | sed -e s/i
- # "make" in the configured kernel build directory always uses that.
- # Default value for CROSS_COMPILE is not to prefix executables
- # Note: Some architectures assign CROSS_COMPILE in their arch/*/Makefile
- -ARCH ?= $(SUBARCH)
- +ARCH = mips
- CROSS_COMPILE ?= $(CONFIG_CROSS_COMPILE:"%"=%)
-
- # Architecture as present in compile.h
|