kcuzner / avrdude

avrdude with a Linux SPI programmer type
http://kevincuzner.com/2013/05/27/raspberry-pi-as-an-avr-programmer/
107 stars 68 forks source link

Consider merging fix for cross-compile issue (avrdude bug #37489) #4

Closed Dan-Lightsource closed 10 years ago

Dan-Lightsource commented 10 years ago

Hi

Would you be willing to include a fix for a cross-compilation issue that was raised on the main avrdude bugtracker: http://savannah.nongnu.org/bugs/?37489 ?

It's a small fix to configure.ac. See the diff here: http://svn.savannah.nongnu.org/viewvc/trunk/avrdude/configure.ac?root=avrdude&r1=1180&r2=1214

I've tried it and it works for me.

Cheers, -Dan

kcuzner commented 10 years ago

I ended up just merging all the upstream changes in 9e5a55755c9d2bbcdfc8f37532d94892c5fe3ad7, including that bugfix.