From 0efa2730bb3cd4e0dc9c641c6ff91d771aab2997 Mon Sep 17 00:00:00 2001 From: Zygmunt Krynicki Date: Fri, 12 Mar 2021 12:49:00 +0100 Subject: [PATCH] Fix spelling of 'toolchain' and 'installed' Signed-off-by: Zygmunt Krynicki Change-Id: I43d482d5392d4cb7e3a719baf28d1f162e2a647c --- arm_virt/liteos_a/config.gni | 4 ++-- riscv32/config.gni | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/arm_virt/liteos_a/config.gni b/arm_virt/liteos_a/config.gni index 874272d..4c82791 100755 --- a/arm_virt/liteos_a/config.gni +++ b/arm_virt/liteos_a/config.gni @@ -25,10 +25,10 @@ board_arch = "" # Toolchain name used for system compiling. # E.g. gcc-arm-none-eabi, arm-linux-harmonyeabi-gcc, ohos-clang, riscv32-unknown-elf. -# Note: The default toolchain is "ohos-clang". It's not mandatory if you use the default toochain. +# Note: The default toolchain is "ohos-clang". It's not mandatory if you use the default toolchain. board_toolchain = "" -# The toolchain path instatlled, it's not mandatory if you have added toolchian path to your ~/.bashrc. +# The toolchain path installed, it's not mandatory if you have added toolchain path to your ~/.bashrc. board_toolchain_path = "" # Compiler prefix. diff --git a/riscv32/config.gni b/riscv32/config.gni index 280a269..ac2f1e1 100755 --- a/riscv32/config.gni +++ b/riscv32/config.gni @@ -19,10 +19,10 @@ board_arch = "rv32imac" # Toolchain used for system compiling. # For example: gcc-arm-none-eabi, arm-linux-ohoseabi-gcc, ohos-clang, riscv32-unknown-elf. -# Note: The default toolchain is "ohos-clang". It's not mandatory if you use the default toochain. +# Note: The default toolchain is "ohos-clang". It's not mandatory if you use the default toolchain. board_toolchain = "riscv32-unknown-elf" -# The path which toolchain instatlled, it's not mandatory if toolchain path has been added to your ~/.bashrc. +# The path which toolchain installed, it's not mandatory if toolchain path has been added to your ~/.bashrc. board_toolchain_path = "" # Compiler prefix. -- Gitee