Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1822128 commit c2ae56eCopy full SHA for c2ae56e
1 file changed
toolchain/gcc-toolchain.xml
@@ -9,6 +9,10 @@
9
<ext value="${LIBEXT}"/>
10
<exe name="emar" if="emscripten" />
11
<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" />
16
<fromfile value="" if="GCC_OLD" />
17
<fromfile value="" if="tizen" />
18
<fromfile value="" if="blackberry" />
0 commit comments