mirror of
https://github.com/openharmony/device_board_beken.git
synced 2026-07-01 03:22:16 -04:00
change to use toolchain nds32le-elf-mculib-v5f
Signed-off-by: wenxing.tu <wenxing.tu@bekencorp.com> Change-Id: Ia53f3685c65ea5d80279abefef18289b3a2c3252
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user