We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42187d6 commit cb0f60fCopy full SHA for cb0f60f
cctools-repo/build-shell-utils.sh
@@ -9,7 +9,7 @@ mpc_version="1.0.1"
9
mpfr_version="3.1.1"
10
cloog_version="0.18.0"
11
isl_version="0.11.1"
12
-ppl_version="1.0"
+ppl_version="1.1"
13
14
make_version="4.0"
15
nano_version="2.2.6"
cctools-repo/build.sh
@@ -23,7 +23,7 @@ done
23
24
export PATH=~/bin/CodeSourcery/bin:$PATH
25
26
-./build-shell-utils.sh ${PWD}/src arm-linux-androideabi ${WRKDIR}/arm-repo $NDKDIR $SDKDIR 2> ${WRKDIR}/error.txt || exit 1
+./build-shell-utils.sh ${PWD}/src arm-linux-androideabi ${WRKDIR}/arm-repo $NDKDIR $SDKDIR || exit 1
27
28
#./build-shell-utils.sh ${PWD}/src mipsel-linux-android ${WRKDIR}/mips-repo $NDKDIR $SDKDIR || exit 1
29
0 commit comments