6 lines
211 B
Makefile
6 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'
|