From 090744f0f416840796d968662ccb883b3e5b64f0 Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Tue, 19 Sep 2017 01:12:06 +0100 Subject: [PATCH] switch crt0 to pic multilib --- crt0/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crt0/Makefile b/crt0/Makefile index 95117cd9..fdd5fc3c 100644 --- a/crt0/Makefile +++ b/crt0/Makefile @@ -2,7 +2,7 @@ switch_crt0.o: *.s $(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/$^ + cp $^ $(DEVKITA64)/aarch64-none-elf/lib/pic/$^ clean: rm -f switch_crt0.o