mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 20:42:44 +02:00
use full path to gcc
This commit is contained in:
parent
a8c9b1e794
commit
98a82d71be
@ -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/$^
|
||||
|
Loading…
Reference in New Issue
Block a user