diff options
-rw-r--r-- | util/crossgcc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/crossgcc/Makefile b/util/crossgcc/Makefile index 2f18b17ac7..d0ab28aad3 100644 --- a/util/crossgcc/Makefile +++ b/util/crossgcc/Makefile @@ -13,7 +13,7 @@ build-aarch64: bash ./buildgcc -G -p aarch64-elf build-mips: - bash ./buildgcc -G -p mips-elf + bash ./buildgcc -G -p mipsel-elf build-riscv: bash ./buildgcc -G -p riscv-elf @@ -36,7 +36,7 @@ build-aarch64-without-gdb: .PHONY: build-mips-without-gdb build-mips-without-gdb: - bash ./buildgcc -p mips-elf + bash ./buildgcc -p mipsel-elf .PHONY: build-riscv-without-gdb build-riscv-without-gdb: |