From 98a82d71be8e543cc982de8006b24c5092a785f5 Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Mon, 18 Sep 2017 19:40:40 +0100 Subject: [PATCH] use full path to gcc --- crt0/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crt0/Makefile b/crt0/Makefile index 0cc5e8f8..95117cd9 100644 --- a/crt0/Makefile +++ b/crt0/Makefile @@ -1,5 +1,5 @@ switch_crt0.o: *.s - aarch64-none-elf-gcc -march=armv8-a -x assembler-with-cpp -c $^ -o $@ + $(DEVKITA64)/bin/aarch64-none-elf-gcc -march=armv8-a -x assembler-with-cpp -c $^ -o $@ install: switch_crt0.o cp $^ $(DEVKITA64)/aarch64-none-elf/lib/$^