Skip to content

Commit cb0f60f

Browse files
committed
update ppl version to 1.1
1 parent 42187d6 commit cb0f60f

File tree

4 files changed

+197
-189
lines changed

4 files changed

+197
-189
lines changed

cctools-repo/build-shell-utils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ mpc_version="1.0.1"
99
mpfr_version="3.1.1"
1010
cloog_version="0.18.0"
1111
isl_version="0.11.1"
12-
ppl_version="1.0"
12+
ppl_version="1.1"
1313

1414
make_version="4.0"
1515
nano_version="2.2.6"

cctools-repo/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ done
2323

2424
export PATH=~/bin/CodeSourcery/bin:$PATH
2525

26-
./build-shell-utils.sh ${PWD}/src arm-linux-androideabi ${WRKDIR}/arm-repo $NDKDIR $SDKDIR 2> ${WRKDIR}/error.txt || exit 1
26+
./build-shell-utils.sh ${PWD}/src arm-linux-androideabi ${WRKDIR}/arm-repo $NDKDIR $SDKDIR || exit 1
2727

2828
#./build-shell-utils.sh ${PWD}/src mipsel-linux-android ${WRKDIR}/mips-repo $NDKDIR $SDKDIR || exit 1
2929

0 commit comments

Comments
 (0)