summaryrefslogtreecommitdiffstats
path: root/util/crossgcc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'util/crossgcc/Makefile')
-rw-r--r--util/crossgcc/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/util/crossgcc/Makefile b/util/crossgcc/Makefile
index 4aa6bdc2d6b9..0785b65cca5e 100644
--- a/util/crossgcc/Makefile
+++ b/util/crossgcc/Makefile
@@ -1,4 +1,4 @@
-all: build-i386 build-armv7a build-aarch64
+all: build-i386 build-armv7a build-aarch64 build-mips
build-i386:
bash ./buildgcc -G -p i386-elf
@@ -9,6 +9,9 @@ build-armv7a:
build-aarch64:
bash ./buildgcc -G -p aarch64-elf
+build-mips:
+ bash ./buildgcc -G -p mips-elf
+
.PHONY: build-i386-without-gdb
build-i386-without-gdb:
bash ./buildgcc -p i386-elf
@@ -21,6 +24,10 @@ build-armv7a-without-gdb:
build-aarch64-without-gdb:
bash ./buildgcc -p aarch64-elf
+.PHONY: build-mips-without-gdb
+build-mips-without-gdb:
+ bash ./buildgcc -p mips-elf
+
clean:
rm -rf xgcc