Skip to content

Commit 64c2e77

Browse files
committed
cleanup
1 parent ce1c655 commit 64c2e77

File tree

3 files changed

+20
-7
lines changed

3 files changed

+20
-7
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.1"
12+
ppl_version="1.0"
1313

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

cctools-repo/build.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@ 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 || 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

3838
test -e ${WRKDIR}/repo/armeabi-v7a || ln -sf armeabi ${WRKDIR}/repo/armeabi-v7a
3939
test -e ${WRKDIR}/repo/mips-r2 || ln -sf mips ${WRKDIR}/repo/mips-r2
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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.

0 commit comments

Comments
 (0)