mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-12 11:29:30 +00:00
6 lines
229 B
Makefile
6 lines
229 B
Makefile
#name: link non-pic code into a shared library
|
|
#source: lib-nopic-01b.s
|
|
#as:
|
|
#ld: -shared tmpdir/lib-nopic-01a.so
|
|
#error: .*relocation R_RISCV_JAL against `func1' can not be used when making a shared object; recompile with -fPIC
|