|
146 | 146 | message="Fix revision number in Base.java" />
|
147 | 147 | </target>
|
148 | 148 |
|
149 |
| - <!-- - - - - - - - - - - - - - - - - - - --> |
150 |
| - <!-- Download of toolchains for ARM --> |
151 |
| - <!-- - - - - - - - - - - - - - - - - - - --> |
152 |
| - |
153 |
| - <target name="unzip-arm-toolchain" description="Unpack toolchain for ARM. Also download latest distribution file if needed."> |
154 |
| - <antcall target="${platform}-unzip-arm-toolchain" /> |
155 |
| - </target> |
156 |
| - |
157 |
| - <target name="get-arm-toolchain-help" unless="arm_available"> |
158 |
| - <echo> |
159 |
| - ========================================================= |
160 |
| - To download and install ARM-gcc toolchain use the command |
161 |
| - |
162 |
| - ant unzip-arm-toolchain |
163 |
| - ========================================================= |
164 |
| - </echo> |
165 |
| - </target> |
166 |
| - |
167 | 149 | <!-- - - - - - - - -->
|
168 | 150 | <!-- Mac OS X -->
|
169 | 151 | <!-- - - - - - - - -->
|
|
235 | 217 | <param name="target.path" value="macosx/work/Arduino.app/Contents/Resources/Java" />
|
236 | 218 | </antcall>
|
237 | 219 |
|
238 |
| - <antcall target="get-arm-toolchain-help" /> |
| 220 | + <antcall target="macosx-unzip-arm-toolchain" /> |
239 | 221 | </target>
|
240 | 222 |
|
241 | 223 | <target name="macosx-run" depends="macosx-build" description="Run Mac OS X version">
|
|
417 | 399 | <copy todir="linux/work" file="linux/dist/arduino" />
|
418 | 400 | <chmod perm="755" file="linux/work/arduino" />
|
419 | 401 |
|
420 |
| - <antcall target="get-arm-toolchain-help" /> |
| 402 | + <antcall target="linux-unzip-arm-toolchain" /> |
421 | 403 | </target>
|
422 | 404 |
|
423 | 405 | <target name="linux64-build" depends="linux-build" description="Build linux (64-bit) version">
|
|
601 | 583 | <fileset dir="windows/work" includes="**/*.html, **/*.dll, **/*.exe" />
|
602 | 584 | </chmod>
|
603 | 585 |
|
604 |
| - <antcall target="get-arm-toolchain-help" /> |
| 586 | + <antcall target="windows-unzip-arm-toolchain" /> |
605 | 587 | </target>
|
606 | 588 |
|
607 | 589 | <target name="windows-run" depends="windows-build"
|
|
0 commit comments