mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-22 04:52:39 +02:00
switch crt0 to pic multilib
This commit is contained in:
parent
98a82d71be
commit
090744f0f4
@ -2,7 +2,7 @@ switch_crt0.o: *.s
|
|||||||
$(DEVKITA64)/bin/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
|
install: switch_crt0.o
|
||||||
cp $^ $(DEVKITA64)/aarch64-none-elf/lib/$^
|
cp $^ $(DEVKITA64)/aarch64-none-elf/lib/pic/$^
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f switch_crt0.o
|
rm -f switch_crt0.o
|
||||||
|
Loading…
Reference in New Issue
Block a user