Make sure the AVR compiler can actually link stuff
authorKeith Packard <keithp@keithp.com>
Thu, 10 Oct 2013 16:47:52 +0000 (09:47 -0700)
committerKeith Packard <keithp@keithp.com>
Thu, 10 Oct 2013 16:47:52 +0000 (09:47 -0700)
commit2296175eff9e4286eaf44451690701a46595987e
treeae5fb7ee2d867ed726ca9d4949201a4aeaac305a
parentaa169b80039728e35b0dec3be66a8483d48a3458
Make sure the AVR compiler can actually link stuff

avr-gcc was broken for a while, causing all linking to fail. Check for
that and don't try to build avr bits in that case.

Signed-off-by: Keith Packard <keithp@keithp.com>
configure.ac