!28 change to use toolchain nds32le-elf-mculib-v5f

Merge pull request !28 from xxkit/master
This commit is contained in:
openharmony_ci
2023-01-16 14:30:49 +00:00
committed by Gitee
+4 -2
View File
@@ -9,7 +9,7 @@
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# limitations under the License.
# Kernel type, e.g. "linux", "liteos_a", "liteos_m".
kernel_type = "liteos_m"
@@ -21,7 +21,9 @@ kernel_version = "3.0"
board_cpu = ""
# Board arch, e.g. "armv7-a", "rv32imac".
board_arch = "rv32imac"
board_arch = "rv32imfcxandes"
#"rv32imac"
# Toolchain name used for system compiling.
# E.g. gcc-arm-none-eabi, arm-linux-harmonyeabi-gcc, ohos-clang, riscv32-unknown-elf.