mirror of
https://github.com/esp8266/Arduino.git
synced 2025-08-01 03:47:23 +03:00
Adding 32-bit version of AVR toolchain on Linux (Paul Stoffregen)
http://code.google.com/p/arduino/issues/detail?id=300
This commit is contained in:
@ -349,6 +349,13 @@
|
||||
|
||||
<copy todir="linux/work" file="linux/dist/arduino" />
|
||||
<chmod perm="755" file="linux/work/arduino" />
|
||||
|
||||
<!-- Unzip AVR tools -->
|
||||
<bunzip2 dest="linux" src="linux/avr_tools_linux32.tar.bz2" />
|
||||
<exec executable="tar" dir="linux/work/hardware">
|
||||
<arg value="-xvf"/>
|
||||
<arg value="../../avr_tools_linux32.tar"/>
|
||||
</exec>
|
||||
</target>
|
||||
|
||||
<target name="linux64-build" depends="linux-build" description="Build linux (64-bit) version">
|
||||
|
BIN
build/linux/avr_tools_linux32.tar.bz2
Normal file
BIN
build/linux/avr_tools_linux32.tar.bz2
Normal file
Binary file not shown.
Reference in New Issue
Block a user