11 lines
233 B
Makefile
11 lines
233 B
Makefile
#source: dso-2.s
|
|
#as: --pic --no-underscore --em=criself
|
|
#ld: --shared -m crislinux --hash-style=sysv
|
|
#objdump: -T
|
|
|
|
# DSO with an undef symbol "dsofn". See undef1.d.
|
|
|
|
.*: file format elf32-cris
|
|
#...
|
|
0+ D \*UND\* 0+ dsofn
|
|
|