We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 735351f commit 42423afCopy full SHA for 42423af
kbuild/kbuild.sh
@@ -312,16 +312,6 @@ setup_cross_vars()
312
xtensa)
313
crosstool=xtensa-linux
314
;;
315
- arc)
316
- # start to support big endian arc toolchain form gcc-9.3.0
317
- # for earlier gcc version, will failed to find arceb-elf for
318
- # big endian arceb-elf tool chain
319
- if is_config_enabled CONFIG_CPU_BIG_ENDIAN; then
320
- crosstool=arceb-elf
321
- else
322
- crosstool=arc-elf
323
- fi
324
- ;;
325
c6x)
326
crosstool=c6x-elf
327
@@ -339,8 +329,8 @@ setup_cross_vars()
339
329
loongarch)
340
330
crosstool=loongarch64-linux
341
331
342
- # nios2
343
332
*)
333
+ # arc
344
334
crosstool=$ARCH-linux
345
335
346
336
esac
0 commit comments