mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-11 19:49:32 +00:00
7 lines
211 B
Makefile
7 lines
211 B
Makefile
#name: AVR catch region overflow errors
|
|
#as: -mmcu=avrxmega2
|
|
#ld: -mavrxmega2 --relax --defsym __TEXT_REGION_LENGTH__=2
|
|
#source: region_overflow.s
|
|
#target: avr-*-*
|
|
#error: `.text' will not fit in region `text'
|