Skip to content

Commit 179d390

Browse files
committed
fix format
1 parent 109ebe3 commit 179d390

6 files changed

Lines changed: 625 additions & 36 deletions

File tree

examples/MODULE.bazel

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,23 +149,22 @@ gcc.toolchain(
149149
# *******************************************************************************
150150
gcc.toolchain(
151151
name = "score_ebclfsa_toolchain",
152-
target_os = "linux",
153-
target_cpu = "aarch64",
154152
runtime_ecosystem = "ebclfsa",
155153
sdk_version = "0.1.0",
154+
target_cpu = "aarch64",
155+
target_os = "linux",
156156
use_default_package = True,
157157
)
158-
159158
use_repo(
160159
gcc,
161160
"my_toolchain",
162161
"score_aarch64_gcc_toolchain",
163162
"score_autosd_10_toolchain",
163+
"score_ebclfsa_toolchain",
164164
"score_gcc_toolchain",
165165
"score_gcc_toolchain_bp",
166166
"score_qcc_arm_toolchain",
167167
"score_qcc_toolchain",
168-
"score_ebclfsa_toolchain",
169168
)
170169

171170
# register_toolchains(

0 commit comments

Comments
 (0)