aboutsummaryrefslogtreecommitdiff
path: root/util/crossgcc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'util/crossgcc/Makefile')
-rw-r--r--util/crossgcc/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/crossgcc/Makefile b/util/crossgcc/Makefile
index bd7fa2f777..22a10ba584 100644
--- a/util/crossgcc/Makefile
+++ b/util/crossgcc/Makefile
@@ -5,6 +5,7 @@ build-i386:
build-armv7a:
bash ./buildgcc -G -p armv7a-eabi
+ bash ./buildgcc -G -p aarch64-elf
build-aarch64:
bash ./buildgcc -G -p aarch64-elf
@@ -16,6 +17,7 @@ build-i386-without-gdb:
.PHONY: build-armv7a-without-gdb
build-armv7a-without-gdb:
bash ./buildgcc -p armv7a-eabi
+ bash ./buildgcc -p aarch64-elf
.PHONY: build-aarch64-without-gdb
build-aarch64-without-gdb: