Skip to content

Commit cad2c41

Browse files
committed
Revert "support generic gcc for arm or riscv toolchains."
This reverts commit 688e2ef.
1 parent 1c914ad commit cad2c41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ToolchainManager.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,8 @@ export class ToolchainManager {
180180

181181
private readonly toolchainNames: ToolchainEnums = {
182182
'C51': ['GNU_SDCC_MCS51', 'Keil_C51', 'SDCC', 'IAR_STM8', 'COSMIC_STM8'],
183-
'ARM': ['AC5', 'AC6', 'GCC', 'LLVM_ARM', 'IAR_ARM', 'ANY_GCC'],
184-
'RISC-V': ['RISCV_GCC', 'ANY_GCC'],
183+
'ARM': ['AC5', 'AC6', 'GCC', 'LLVM_ARM', 'IAR_ARM'],
184+
'RISC-V': ['RISCV_GCC'],
185185
'MIPS': ['MTI_GCC'],
186186
'ANY-GCC': ['ANY_GCC']
187187
};

0 commit comments

Comments
 (0)