ARC: [*defconfig] No need to specify CONFIG_CROSS_COMPILE
authorVineet Gupta <vgupta@synopsys.com>
Fri, 11 Mar 2016 07:10:17 +0000 (12:40 +0530)
committerVineet Gupta <vgupta@synopsys.com>
Fri, 11 Mar 2016 09:29:55 +0000 (14:59 +0530)
commit2d746eeb4f70e3602dea0aec174072adc0ab8ce5
tree4c531cac411cd39b897b73035d4631ba276d136b
parent89a269285fe350346b794676c79119b31015292f
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>
12 files changed:
arch/arc/configs/axs101_defconfig
arch/arc/configs/axs103_defconfig
arch/arc/configs/axs103_smp_defconfig
arch/arc/configs/nsim_700_defconfig
arch/arc/configs/nsim_hs_defconfig
arch/arc/configs/nsim_hs_smp_defconfig
arch/arc/configs/nsimosci_defconfig
arch/arc/configs/nsimosci_hs_defconfig
arch/arc/configs/nsimosci_hs_smp_defconfig
arch/arc/configs/tb10x_defconfig
arch/arc/configs/vdk_hs38_defconfig
arch/arc/configs/vdk_hs38_smp_defconfig