From 51fd47bafd05e4fdf5bd8d9500a6e6e23f296618 Mon Sep 17 00:00:00 2001 From: g00416891 Date: Fri, 4 Nov 2022 17:02:32 +0800 Subject: [PATCH] Modify arkcompiler subsystem guide Signed-off-by: g00416891 Change-Id: If708f35a1679a90d7f7e94ccceba176c88ccffca --- zh-cn/device-dev/subsystems/subsys-arkcompiler-guide.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/zh-cn/device-dev/subsystems/subsys-arkcompiler-guide.md b/zh-cn/device-dev/subsystems/subsys-arkcompiler-guide.md index 71a7dd2efc..020e0a82a3 100644 --- a/zh-cn/device-dev/subsystems/subsys-arkcompiler-guide.md +++ b/zh-cn/device-dev/subsystems/subsys-arkcompiler-guide.md @@ -67,10 +67,6 @@ python ark.py x64.release test262 ## 编译选项 -交叉编译可根据目标选择不同平台,如在x64平台构建arm64目标平台,更多平台选择可参考下方获取更多编译说明。 -``` -python ark.py arm64.release -``` 编译模式选择,如在x64平台构建debug版本。 ``` python ark.py x64.debug @@ -79,4 +75,3 @@ python ark.py x64.debug ``` python ark.py --help ``` - -- GitLab