diff options
author | sujayraaj <sujayraaj@gmail.com> | 2015-11-05 21:52:48 +0530 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2015-11-16 12:00:09 +0530 |
commit | 17c4fbaf1a1b3360c4b15bbd78a19aa366eb9ced (patch) | |
tree | 97325ddb950ec2e8e01ed204e69b410484450b24 /arch/arc/configs/axs101_defconfig | |
parent | 8005c49d9aea74d382f474ce11afbbc7d7130bec (diff) | |
download | blackbird-op-linux-17c4fbaf1a1b3360c4b15bbd78a19aa366eb9ced.tar.gz blackbird-op-linux-17c4fbaf1a1b3360c4b15bbd78a19aa366eb9ced.zip |
ARC: switch to arc-linux- CROSS_COMPILE prefix across all configs
When building kernel with buildroot built toolchain, CROSS_COMPILE
currently needs adjustment even if minor. This is because the defconfigs
prefer "arc-linux-uclibc-" prefix from hand built (non buildroot) toolchain
while buildroot provides "arc-buildroot-linux-uclibc-"
To avoid this use the common "arc-linux-" prefix which is provided by
buildroot and has also been in hand built tools for quite some time.
Signed-off-by: sujayraaj <sujayraaj@gmail.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
[vgupta: updated changelog]
Diffstat (limited to 'arch/arc/configs/axs101_defconfig')
-rw-r--r-- | arch/arc/configs/axs101_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arc/configs/axs101_defconfig b/arch/arc/configs/axs101_defconfig index c92c0ef1e9d2..f1ac9818b751 100644 --- a/arch/arc/configs/axs101_defconfig +++ b/arch/arc/configs/axs101_defconfig @@ -1,4 +1,4 @@ -CONFIG_CROSS_COMPILE="arc-linux-uclibc-" +CONFIG_CROSS_COMPILE="arc-linux-" CONFIG_DEFAULT_HOSTNAME="ARCLinux" # CONFIG_SWAP is not set CONFIG_SYSVIPC=y |