diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2015-05-18 03:20:02 -0400 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2015-05-19 01:57:13 -0400 |
commit | 7c42eaf6c5eb6fad56a77d90c0e25da8be39948d (patch) | |
tree | 71065ead51308a0c58ef50a09dc0f3a02b289ee3 | |
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>
-rw-r--r-- | arch/arc/Makefile | 2 | ||||
-rw-r--r-- | arch/arc/configs/nsim_700_defconfig | 2 | ||||
-rw-r--r-- | arch/arc/configs/nsimosci_defconfig | 2 | ||||
-rw-r--r-- | arch/arc/configs/tb10x_defconfig | 2 |
4 files changed, 4 insertions, 4 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 @@ | |||
9 | UTS_MACHINE := arc | 9 | UTS_MACHINE := arc |
10 | 10 | ||
11 | ifeq ($(CROSS_COMPILE),) | 11 | ifeq ($(CROSS_COMPILE),) |
12 | CROSS_COMPILE := arc-linux-uclibc- | 12 | CROSS_COMPILE := arc-linux- |
13 | endif | 13 | endif |
14 | 14 | ||
15 | KBUILD_DEFCONFIG := nsim_700_defconfig | 15 | KBUILD_DEFCONFIG := nsim_700_defconfig |
diff --git a/arch/arc/configs/nsim_700_defconfig b/arch/arc/configs/nsim_700_defconfig index ef4d3bc7b6c0..281baa0b40f5 100644 --- a/arch/arc/configs/nsim_700_defconfig +++ b/arch/arc/configs/nsim_700_defconfig | |||
@@ -1,4 +1,4 @@ | |||
1 | CONFIG_CROSS_COMPILE="arc-linux-uclibc-" | 1 | CONFIG_CROSS_COMPILE="arc-linux-" |
2 | # CONFIG_LOCALVERSION_AUTO is not set | 2 | # CONFIG_LOCALVERSION_AUTO is not set |
3 | CONFIG_DEFAULT_HOSTNAME="ARCLinux" | 3 | CONFIG_DEFAULT_HOSTNAME="ARCLinux" |
4 | # CONFIG_SWAP is not set | 4 | # CONFIG_SWAP is not set |
diff --git a/arch/arc/configs/nsimosci_defconfig b/arch/arc/configs/nsimosci_defconfig index d2ac4e56ba1d..70d0de478024 100644 --- a/arch/arc/configs/nsimosci_defconfig +++ b/arch/arc/configs/nsimosci_defconfig | |||
@@ -1,4 +1,4 @@ | |||
1 | CONFIG_CROSS_COMPILE="arc-linux-uclibc-" | 1 | CONFIG_CROSS_COMPILE="arc-linux-" |
2 | # CONFIG_LOCALVERSION_AUTO is not set | 2 | # CONFIG_LOCALVERSION_AUTO is not set |
3 | CONFIG_DEFAULT_HOSTNAME="ARCLinux" | 3 | CONFIG_DEFAULT_HOSTNAME="ARCLinux" |
4 | # CONFIG_SWAP is not set | 4 | # CONFIG_SWAP is not set |
diff --git a/arch/arc/configs/tb10x_defconfig b/arch/arc/configs/tb10x_defconfig index 6be6492442d6..2242a06df30b 100644 --- a/arch/arc/configs/tb10x_defconfig +++ b/arch/arc/configs/tb10x_defconfig | |||
@@ -1,4 +1,4 @@ | |||
1 | CONFIG_CROSS_COMPILE="arc-linux-uclibc-" | 1 | CONFIG_CROSS_COMPILE="arc-linux-" |
2 | # CONFIG_LOCALVERSION_AUTO is not set | 2 | # CONFIG_LOCALVERSION_AUTO is not set |
3 | CONFIG_DEFAULT_HOSTNAME="tb10x" | 3 | CONFIG_DEFAULT_HOSTNAME="tb10x" |
4 | CONFIG_SYSVIPC=y | 4 | CONFIG_SYSVIPC=y |