Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c2ae56e

Browse files
committed
Add ar references
1 parent 1822128 commit c2ae56e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

toolchain/gcc-toolchain.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
<ext value="${LIBEXT}"/>
1010
<exe name="emar" if="emscripten" />
1111
<exe name="${HXCPP_AR}" if="HXCPP_AR" />
12+
<exe name="ntoarmv7-ar" if="blackberry" unless="simulator" />
13+
<exe name="ntox86-ar" if="blackberry simulator" />
14+
<exe name="arm-linux-gnueabi-ar" if="tizen" unless="simulator" />
15+
<exe name="i386-linux-gnueabi-ar" if="tizen simulator" />
1216
<fromfile value="" if="GCC_OLD" />
1317
<fromfile value="" if="tizen" />
1418
<fromfile value="" if="blackberry" />

0 commit comments

Comments
 (0)