diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2015-05-18 12:50:02 +0530 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2015-05-19 11:27:13 +0530 |
commit | 7c42eaf6c5eb6fad56a77d90c0e25da8be39948d (patch) | |
tree | 71065ead51308a0c58ef50a09dc0f3a02b289ee3 /arch/arc/configs/nsimosci_defconfig | |
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/configs/nsimosci_defconfig')
-rw-r--r-- | arch/arc/configs/nsimosci_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ -CONFIG_CROSS_COMPILE="arc-linux-uclibc-" +CONFIG_CROSS_COMPILE="arc-linux-" # CONFIG_LOCALVERSION_AUTO is not set CONFIG_DEFAULT_HOSTNAME="ARCLinux" # CONFIG_SWAP is not set |