Skip to content

Commit

Permalink
Merge branch 'master' of github.com:arduino/Arduino
Browse files Browse the repository at this point in the history
Conflicts:
	build/build.xml
  • Loading branch information
damellis committed Feb 29, 2012
2 parents c128aac + ee537dd commit de8c051
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,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" />
<copy tofile="linux/work/lib/librxtxSerial.so" file="linux/dist/lib/librxtxSerial64.so" />
<!-- 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="linux32-run" depends="linux32-build"
Expand Down
Binary file added build/linux/avr_tools_linux64.tar.bz2
Binary file not shown.

0 comments on commit de8c051

Please sign in to comment.