Lines Matching refs:elf
39 CC_RISCV=riscv64-unknown-elf-gcc -specs=picolibc.specs $(CFLAGS_RISCV)
41 CXX_RISCV=riscv64-unknown-elf-g++ -specs=picolibcpp.specs $(CXXFLAGS_RISCV)
54 hello-world-arm.elf hello-world-aarch64.elf \
55 hello-world-riscv.elf hello-world-native.elf \
56 printf.elf printf-int.elf printf-float.elf
59 hello-worldpp-arm.elf hello-worldpp-aarch64.elf \
60 hello-worldpp-riscv.elf hello-worldpp-native.elf
62 hello-world-arm.elf: hello-world.c
65 hello-world-aarch64.elf: hello-world.c
68 hello-world-riscv.elf: hello-world.c
71 hello-world-native.elf: hello-world.c
74 printf.elf: printf.c
77 printf-int.elf: printf.c
80 printf-float.elf: printf.c
83 hello-worldpp-native.elf: hello-worldpp.cpp
86 hello-worldpp-arm.elf: hello-worldpp.cpp
89 hello-worldpp-aarch64.elf: hello-worldpp.cpp
92 hello-worldpp-riscv.elf: hello-worldpp.cpp
96 rm -f *.elf *.map