mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-01 11:52:47 +00:00
13 lines
243 B
Makefile
13 lines
243 B
Makefile
#name: AVR symbol size adjustment with non zero symbol value
|
|
#as: -mmcu=avrxmega2 -mlink-relax
|
|
#ld: -mavrxmega2 --relax
|
|
#source: pr21404-1.s
|
|
#nm: -n -S
|
|
#target: avr-*-*
|
|
|
|
#...
|
|
00000000 00000004 T main
|
|
#...
|
|
00000002 00000002 T nonzero_sym
|
|
#...
|