1
0
mirror of git://projects.qi-hardware.com/ben-blinkenlights.git synced 2024-11-23 21:23:09 +02:00

avrdude/README: added build instructions for making a static executable

This commit is contained in:
Werner Almesberger 2011-05-10 17:47:38 -03:00
parent 19c04403c0
commit cd3dbc04f0

View File

@ -28,3 +28,12 @@ make </dev/null
scp avrdude.conf jlime:/etc/ scp avrdude.conf jlime:/etc/
scp avrdude jlime:/usr/bin/ scp avrdude jlime:/usr/bin/
# -----------------------------------------------------------------------------
To make a statically linked version, follow the build instructions for
OpenWRT, then
rm avrdude
make CC="mipsel-openwrt-linux-gcc -static -s" avrdude
mv avrdude avrdude-static