1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-01 12:24:14 +01:00

Adding 64-bit version of AVR tools on Linux (Paul Stoffregen)

http://code.google.com/p/arduino/issues/detail?id=300
This commit is contained in:
David A. Mellis 2012-02-28 15:24:03 -05:00
parent 4805395bb0
commit ee537dd53e
2 changed files with 6 additions and 0 deletions

View File

@ -361,6 +361,12 @@
<target name="linux64-build" depends="linux-build" description="Build linux (64-bit) version">
<copy tofile="linux/work/hardware/tools/avrdude" file="linux/dist/tools/avrdude64" overwrite="true" />
<copy tofile="linux/work/lib/librxtxSerial.so" file="linux/dist/lib/librxtxSerial64.so" overwrite="true" />
<!-- Unzip AVR tools -->
<bunzip2 dest="linux" src="linux/avr_tools_linux64.tar.bz2" />
<exec executable="tar" dir="linux/work/hardware">
<arg value="-xvf"/>
<arg value="../../avr_tools_linux64.tar"/>
</exec>
</target>
<target name="linux-run" depends="linux-build"

Binary file not shown.