diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2016-03-11 10:10:17 +0300 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2016-03-11 12:29:55 +0300 |
commit | 2d746eeb4f70e3602dea0aec174072adc0ab8ce5 (patch) | |
tree | 4c531cac411cd39b897b73035d4631ba276d136b /arch/arc/configs/nsimosci_defconfig | |
parent | 89a269285fe350346b794676c79119b31015292f (diff) | |
download | linux-2d746eeb4f70e3602dea0aec174072adc0ab8ce5.tar.xz |
ARC: [*defconfig] No need to specify CONFIG_CROSS_COMPILE
The problem is with CONFIG_CPU_BIG_ENDIAN=y we still needed .config
fixup to override the the defconfig prefix to arceb-linux-
So remove these from defconfig and let user pass this via CROSS_COMPILE
environment var or use the default for ENDIAN (per previous patch)
No other arch carries them in defconfigs anyways !
Cc: Noam Camus <noamc@ezchip.com>
Cc: Alexey Brodkin <abrodkin@synopsys.com>
Cc: Anton Kolesov <akolesov@synosys.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/configs/nsimosci_defconfig')
-rw-r--r-- | arch/arc/configs/nsimosci_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arc/configs/nsimosci_defconfig b/arch/arc/configs/nsimosci_defconfig index 646182e93753..0972e753101a 100644 --- a/arch/arc/configs/nsimosci_defconfig +++ b/arch/arc/configs/nsimosci_defconfig @@ -1,4 +1,3 @@ -CONFIG_CROSS_COMPILE="arc-linux-" # CONFIG_LOCALVERSION_AUTO is not set CONFIG_DEFAULT_HOSTNAME="ARCLinux" # CONFIG_SWAP is not set |