Skip to content

Commit e20fd5f

Browse files
ulfalizernashif
authored andcommitted
toolchain: gcc: Remove ref. to undefined sym. CONFIG_ISA_ARM
This Kconfig symbol was removed in commit cb04620 ("remove make/ directory"). Signed-off-by: Ulf Magnusson <[email protected]>
1 parent 46992ab commit e20fd5f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

include/toolchain/gcc.h

-5
Original file line numberDiff line numberDiff line change
@@ -180,11 +180,6 @@ A##a:
180180
#define FUNC_CODE() .thumb;
181181
#define FUNC_INSTR(a)
182182

183-
#elif defined(CONFIG_ISA_ARM)
184-
185-
#define FUNC_CODE() .code 32;
186-
#define FUNC_INSTR(a)
187-
188183
#else
189184

190185
#error unknown instruction set

0 commit comments

Comments
 (0)