mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 21:49:33 +00:00
10 lines
188 B
Makefile
10 lines
188 B
Makefile
#name: --gc-sections with note section
|
|
#ld: --gc-sections -e _start
|
|
#readelf: -S --wide
|
|
#target: *-*-linux* *-*-gnu*
|
|
#notarget: *-*-*aout *-*-*oldld
|
|
|
|
#...
|
|
.* .note.ABI-tag[ ]+NOTE.*
|
|
#...
|