aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--util/crossgcc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/util/crossgcc/Makefile b/util/crossgcc/Makefile
index aadf316f92..62adb7fcc0 100644
--- a/util/crossgcc/Makefile
+++ b/util/crossgcc/Makefile
@@ -57,7 +57,8 @@ build-mips:
@$(MAKE) build_tools BUILD_PLATFORM=mipsel-elf
build-riscv:
- @$(MAKE) build_tools BUILD_PLATFORM=riscv-elf
+ # GDB is currently not supported on RISC-V
+ @$(MAKE) build_gcc BUILD_PLATFORM=riscv-elf
build-power8:
@$(MAKE) build_tools BUILD_PLATFORM=powerpc64le-linux-gnu