mirror of
https://github.com/arduino/Arduino.git
synced 2024-12-01 12:24:14 +01:00
[sam] added toolchain download for linux64
This commit is contained in:
parent
d02af8b680
commit
d9d08402d5
@ -466,6 +466,10 @@
|
|||||||
</exec>
|
</exec>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
<target name="linux64-get-arm-toolchain" depends="linux-check-arm-toolchain" if="arm_not_available">
|
||||||
|
<antcall target="linux-get-arm-toolchain" />
|
||||||
|
</target>
|
||||||
|
|
||||||
<target name="linux-dist" depends="build"
|
<target name="linux-dist" depends="build"
|
||||||
description="Build .tar.gz of linux version">
|
description="Build .tar.gz of linux version">
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user