diff options
author | Vineet Gupta | 2015-05-18 12:50:02 +0530 |
---|---|---|
committer | Vineet Gupta | 2015-05-19 11:27:13 +0530 |
commit | 7c42eaf6c5eb6fad56a77d90c0e25da8be39948d (patch) | |
tree | 71065ead51308a0c58ef50a09dc0f3a02b289ee3 /arch/arc/Makefile | |
parent | 45309493509b5acd667246c8232dd4911a7a168c (diff) |
ARC: switch to simpler CROSS_COMPILE prefix
ARC GNU tools have had support for arc-linux-* driver for some time now.
This is functionally similar to arc-linux-uclibc-* but uclibc prefix
seemed weird at best when trying to compile the kernel itself.
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/Makefile')
-rw-r--r-- | arch/arc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arc/Makefile b/arch/arc/Makefile index db72fec0e160..50bc5bc5ab74 100644 --- a/arch/arc/Makefile +++ b/arch/arc/Makefile @@ -9,7 +9,7 @@ UTS_MACHINE := arc ifeq ($(CROSS_COMPILE),) -CROSS_COMPILE := arc-linux-uclibc- +CROSS_COMPILE := arc-linux- endif KBUILD_DEFCONFIG := nsim_700_defconfig |