diff options
| author | cheapie <no-email-for-you@example.com> | 2026-05-24 22:43:17 -0500 |
|---|---|---|
| committer | cheapie <no-email-for-you@example.com> | 2026-05-24 22:43:17 -0500 |
| commit | 28f10c35bdeddacdb2e10b0e84819f9c6ef67256 (patch) | |
| tree | 77262a9e24351254f0e9d10cabf69a59f49eacef /c/gol | |
| parent | 729f10e16d8113552426bc43878d1d7c0d337cea (diff) | |
| download | rvcontroller-28f10c35bdeddacdb2e10b0e84819f9c6ef67256.tar rvcontroller-28f10c35bdeddacdb2e10b0e84819f9c6ef67256.tar.gz rvcontroller-28f10c35bdeddacdb2e10b0e84819f9c6ef67256.tar.bz2 rvcontroller-28f10c35bdeddacdb2e10b0e84819f9c6ef67256.tar.xz rvcontroller-28f10c35bdeddacdb2e10b0e84819f9c6ef67256.zip | |
Use the compiler driver for linking more consistently
Diffstat (limited to 'c/gol')
| -rw-r--r-- | c/gol/Makefile | 2 | ||||
| -rwxr-xr-x | c/gol/gol.elf | bin | 13812 -> 13812 bytes | |||
| -rw-r--r-- | c/gol/gol.o | bin | 13396 -> 13396 bytes |
3 files changed, 1 insertions, 1 deletions
diff --git a/c/gol/Makefile b/c/gol/Makefile index 54e4d4a..75b1176 100644 --- a/c/gol/Makefile +++ b/c/gol/Makefile @@ -4,7 +4,7 @@ gol.o: gol.c clang -target riscv32-none-elf -I../rvcontroller-libraries -march=rv32imacb_zicntr_zicond_zicsr_zifencei_zihintpause_zilsd_zclsd_zabha_zacas_zbkb_zbkx_zcb_zcmp_zcmt -ffreestanding -O3 -c -o gol.o gol.c gol.elf: ../rvcontroller-libraries/rvcontroller-init.o ../rvcontroller-libraries/rvcontroller-ecalls.o gol.o - riscv32-none-elf-ld -T rvcontroller.ld --no-warn-rwx-segments -o gol.elf ../rvcontroller-libraries/rvcontroller-init.o gol.o ../rvcontroller-libraries/rvcontroller-ecalls.o + clang -target riscv32-none-elf -T rvcontroller.ld -nostdlib -nostartfiles -Xlinker --no-warn-rwx-segments -o gol.elf ../rvcontroller-libraries/rvcontroller-init.o gol.o ../rvcontroller-libraries/rvcontroller-ecalls.o dump: gol.elf riscv32-none-elf-objdump -d gol.elf diff --git a/c/gol/gol.elf b/c/gol/gol.elf Binary files differindex 157bcc0..e7192f5 100755 --- a/c/gol/gol.elf +++ b/c/gol/gol.elf diff --git a/c/gol/gol.o b/c/gol/gol.o Binary files differindex 6c841a1..0d7a874 100644 --- a/c/gol/gol.o +++ b/c/gol/gol.o |
