File tree Expand file tree Collapse file tree 3 files changed +20
-7
lines changed Expand file tree Collapse file tree 3 files changed +20
-7
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ mpc_version="1.0.1"
99mpfr_version=" 3.1.1"
1010cloog_version=" 0.18.0"
1111isl_version=" 0.11.1"
12- ppl_version=" 1.1 "
12+ ppl_version=" 1.0 "
1313
1414make_version=" 4.0"
1515nano_version=" 2.2.6"
Original file line number Diff line number Diff line change 2323
2424export PATH=~ /bin/CodeSourcery/bin:$PATH
2525
26- ./build-shell-utils.sh ${PWD} /src arm-linux-androideabi ${WRKDIR} /arm-repo $NDKDIR $SDKDIR || exit 1
26+ ./build-shell-utils.sh ${PWD} /src arm-linux-androideabi ${WRKDIR} /arm-repo $NDKDIR $SDKDIR || exit 1
2727
28- # ./build-shell-utils.sh ${PWD}/src mipsel-linux-android ${WRKDIR}/mips-repo $NDKDIR $SDKDIR || exit 1
28+ # ./build-shell-utils.sh ${PWD}/src mipsel-linux-android ${WRKDIR}/mips-repo $NDKDIR $SDKDIR || exit 1
2929
30- ./build-shell-utils.sh ${PWD} /src i686-linux-android ${WRKDIR} /i686-repo $NDKDIR $SDKDIR || exit 1
30+ ./build-shell-utils.sh ${PWD} /src i686-linux-android ${WRKDIR} /i686-repo $NDKDIR $SDKDIR || exit 1
3131
32- # ./build-shell-utils.sh ${PWD}/src aarch64-linux-android ${WRKDIR}/arm64-repo $NDKDIR $SDKDIR || exit 1
32+ ./build-shell-utils.sh ${PWD} /src aarch64-linux-android ${WRKDIR} /arm64-repo $NDKDIR $SDKDIR || exit 1
3333
34- # ./build-shell-utils.sh ${PWD}/src mips64el-linux-android ${WRKDIR}/mips64-repo $NDKDIR $SDKDIR || exit 1
34+ # ./build-shell-utils.sh ${PWD}/src mips64el-linux-android ${WRKDIR}/mips64-repo $NDKDIR $SDKDIR || exit 1
3535
36- # ./build-shell-utils.sh ${PWD}/src x86_64-linux-android ${WRKDIR}/x86_64-repo $NDKDIR $SDKDIR || exit 1
36+ # ./build-shell-utils.sh ${PWD}/src x86_64-linux-android ${WRKDIR}/x86_64-repo $NDKDIR $SDKDIR || exit 1
3737
3838test -e ${WRKDIR} /repo/armeabi-v7a || ln -sf armeabi ${WRKDIR} /repo/armeabi-v7a
3939test -e ${WRKDIR} /repo/mips-r2 || ln -sf mips ${WRKDIR} /repo/mips-r2
Original file line number Diff line number Diff line change 1+ --- libtool- 2013-10-31 15:58:27.683377843 +0700
2+ +++ libtool 2013-10-31 15:58:33.651378090 +0700
3+ @@ -3402,8 +3402,8 @@
4+ # At present, this check doesn't affect windows .dll's that
5+ # are installed into $libdir/../bin (currently, that works fine)
6+ # but it's something to keep an eye on.
7+ - test "$inst_prefix_dir" = "$destdir" && \
8+ - func_fatal_error "error: cannot install \`$file' to a directory not ending in $libdir"
9+ + # test "$inst_prefix_dir" = "$destdir" && \
10+ + # func_fatal_error "error: cannot install \`$file' to a directory not ending in $libdir"
11+
12+ if test -n "$inst_prefix_dir"; then
13+ # Stick the inst_prefix_dir data into the link command.
You can’t perform that action at this time.
0 commit comments