diff --git a/android/build_androidtc_arm.sh b/android/build_androidtc_arm.sh index ccf55136be..7264b4c6d4 100755 --- a/android/build_androidtc_arm.sh +++ b/android/build_androidtc_arm.sh @@ -6,7 +6,7 @@ # Script to setup Android toolchain -export ANDROIDTC="$HOME/android-tc" +export ANDROIDTC="$HOME/androidarm-tc" if [ ! -d $ANDROIDTC/arm-linux-androideabi ]; then $NDKROOT/build/tools/make-standalone-toolchain.sh --platform=android-9 --install-dir=$ANDROIDTC diff --git a/android/build_androidtc_mips.sh b/android/build_androidtc_mips.sh index 3cbed8d335..acf14563c0 100755 --- a/android/build_androidtc_mips.sh +++ b/android/build_androidtc_mips.sh @@ -6,7 +6,7 @@ # Script to setup Android toolchain -export ANDROIDTC="$HOME/android-tc" +export ANDROIDTC="$HOME/androidmips-tc" if [ ! -d $ANDROIDTC/mipsel-linux-android ]; then $NDKROOT/build/tools/make-standalone-toolchain.sh --platform=android-9 --arch=mips --install-dir=$ANDROIDTC diff --git a/android/build_androidtc_x86.sh b/android/build_androidtc_x86.sh index c6e66669bc..52186519ea 100755 --- a/android/build_androidtc_x86.sh +++ b/android/build_androidtc_x86.sh @@ -6,7 +6,7 @@ # Script to setup Android toolchain -export ANDROIDTC="$HOME/android-tc" +export ANDROIDTC="$HOME/androidx86-tc" if [ ! -d $ANDROIDTC/i686-android-linux ]; then $NDKROOT/build/tools/make-standalone-toolchain.sh --platform=android-9 --arch=x86 --install-dir=$ANDROIDTC diff --git a/android/build_boinc_arm.sh b/android/build_boinc_arm.sh index 85d1897bb8..13f2aaaae1 100755 --- a/android/build_boinc_arm.sh +++ b/android/build_boinc_arm.sh @@ -12,7 +12,7 @@ MAKECLEAN="yes" export BOINC=".." #BOINC source code -export ANDROIDTC="$HOME/android-tc" +export ANDROIDTC="$HOME/androidarm-tc" export TCBINARIES="$ANDROIDTC/bin" export TCINCLUDES="$ANDROIDTC/arm-linux-androideabi" export TCSYSROOT="$ANDROIDTC/sysroot" diff --git a/android/build_boinc_mips.sh b/android/build_boinc_mips.sh index fd49ac303e..c6b7cccf9a 100755 --- a/android/build_boinc_mips.sh +++ b/android/build_boinc_mips.sh @@ -12,7 +12,7 @@ MAKECLEAN="yes" export BOINC=".." #BOINC source code -export ANDROIDTC="$HOME/android-tc" +export ANDROIDTC="$HOME/androidmips-tc" export TCBINARIES="$ANDROIDTC/bin" export TCINCLUDES="$ANDROIDTC/mipsel-linux-android" export TCSYSROOT="$ANDROIDTC/sysroot" diff --git a/android/build_boinc_x86.sh b/android/build_boinc_x86.sh index ff9f866eb8..a77fb416f8 100755 --- a/android/build_boinc_x86.sh +++ b/android/build_boinc_x86.sh @@ -12,7 +12,7 @@ MAKECLEAN="yes" export BOINC=".." #BOINC source code -export ANDROIDTC="$HOME/android-tc" +export ANDROIDTC="$HOME/androidx86-tc" export TCBINARIES="$ANDROIDTC/bin" export TCINCLUDES="$ANDROIDTC/i686-android-linux" export TCSYSROOT="$ANDROIDTC/sysroot" diff --git a/android/build_curl_arm.sh b/android/build_curl_arm.sh index 7b95145f4e..391b30989e 100755 --- a/android/build_curl_arm.sh +++ b/android/build_curl_arm.sh @@ -12,7 +12,7 @@ MAKECLEAN="yes" CURL="/home/boincadm/src/curl-7.28.1" #CURL sources, required by BOINC -export ANDROIDTC="$HOME/android-tc" +export ANDROIDTC="$HOME/androidarm-tc" export TCBINARIES="$ANDROIDTC/bin" export TCINCLUDES="$ANDROIDTC/arm-linux-androideabi" export TCSYSROOT="$ANDROIDTC/sysroot" diff --git a/android/build_curl_mips.sh b/android/build_curl_mips.sh index e4a8d5bf35..9ee92c1169 100755 --- a/android/build_curl_mips.sh +++ b/android/build_curl_mips.sh @@ -12,7 +12,7 @@ MAKECLEAN="yes" CURL="/home/boincadm/src/curl-7.28.1" #CURL sources, required by BOINC -export ANDROIDTC="$HOME/android-tc" +export ANDROIDTC="$HOME/androidmips-tc" export TCBINARIES="$ANDROIDTC/bin" export TCINCLUDES="$ANDROIDTC/mipsel-linux-android" export TCSYSROOT="$ANDROIDTC/sysroot" diff --git a/android/build_curl_x86.sh b/android/build_curl_x86.sh index e910ed194c..0b2355ef64 100755 --- a/android/build_curl_x86.sh +++ b/android/build_curl_x86.sh @@ -12,7 +12,7 @@ MAKECLEAN="yes" CURL="/home/boincadm/src/curl-7.28.1" #CURL sources, required by BOINC -export ANDROIDTC="$HOME/android-tc" +export ANDROIDTC="$HOME/androidx86-tc" export TCBINARIES="$ANDROIDTC/bin" export TCINCLUDES="$ANDROIDTC/i686-android-linux" export TCSYSROOT="$ANDROIDTC/sysroot" diff --git a/android/build_libraries_arm.sh b/android/build_libraries_arm.sh index 3980accf8a..a77850ae28 100755 --- a/android/build_libraries_arm.sh +++ b/android/build_libraries_arm.sh @@ -13,7 +13,7 @@ MAKECLEAN="yes" export BOINC=".." #BOINC source code -export ANDROIDTC="$HOME/android-tc" +export ANDROIDTC="$HOME/androidarm-tc" export TCBINARIES="$ANDROIDTC/bin" export TCINCLUDES="$ANDROIDTC/arm-linux-androideabi" export TCSYSROOT="$ANDROIDTC/sysroot" diff --git a/android/build_libraries_mips.sh b/android/build_libraries_mips.sh index d2d58fde82..63ed546078 100755 --- a/android/build_libraries_mips.sh +++ b/android/build_libraries_mips.sh @@ -13,7 +13,7 @@ MAKECLEAN="yes" export BOINC=".." #BOINC source code -export ANDROIDTC="$HOME/android-tc" +export ANDROIDTC="$HOME/androidmips-tc" export TCBINARIES="$ANDROIDTC/bin" export TCINCLUDES="$ANDROIDTC/mipsel-linux-android" export TCSYSROOT="$ANDROIDTC/sysroot" diff --git a/android/build_libraries_x86.sh b/android/build_libraries_x86.sh index 1632b234f3..14fa2016db 100755 --- a/android/build_libraries_x86.sh +++ b/android/build_libraries_x86.sh @@ -13,7 +13,7 @@ MAKECLEAN="yes" export BOINC=".." #BOINC source code -export ANDROIDTC="$HOME/android-tc" +export ANDROIDTC="$HOME/androidx86-tc" export TCBINARIES="$ANDROIDTC/bin" export TCINCLUDES="$ANDROIDTC/i686-android-linux" export TCSYSROOT="$ANDROIDTC/sysroot" diff --git a/android/build_openssl_arm.sh b/android/build_openssl_arm.sh index 3e82fc327f..e0cf18ec95 100755 --- a/android/build_openssl_arm.sh +++ b/android/build_openssl_arm.sh @@ -12,7 +12,7 @@ MAKECLEAN="yes" OPENSSL="/home/boincadm/src/openssl-1.0.1c" #openSSL sources, requiered by BOINC -export ANDROIDTC="$HOME/android-tc" +export ANDROIDTC="$HOME/androidarm-tc" export TCBINARIES="$ANDROIDTC/bin" export TCINCLUDES="$ANDROIDTC/arm-linux-androideabi" export TCSYSROOT="$ANDROIDTC/sysroot" diff --git a/android/build_openssl_mips.sh b/android/build_openssl_mips.sh index 48658cbc0c..4589a497f3 100755 --- a/android/build_openssl_mips.sh +++ b/android/build_openssl_mips.sh @@ -12,7 +12,7 @@ MAKECLEAN="yes" OPENSSL="/home/boincadm/src/openssl-1.0.1c" #openSSL sources, requiered by BOINC -export ANDROIDTC="$HOME/android-tc" +export ANDROIDTC="$HOME/androidmips-tc" export TCBINARIES="$ANDROIDTC/bin" export TCINCLUDES="$ANDROIDTC/mipsel-linux-android" export TCSYSROOT="$ANDROIDTC/sysroot" diff --git a/android/build_openssl_x86.sh b/android/build_openssl_x86.sh index 1377dae04d..5d43bf5e1e 100755 --- a/android/build_openssl_x86.sh +++ b/android/build_openssl_x86.sh @@ -12,7 +12,7 @@ MAKECLEAN="yes" OPENSSL="/home/boincadm/src/openssl-1.0.1c" #openSSL sources, requiered by BOINC -export ANDROIDTC="$HOME/android-tc" +export ANDROIDTC="$HOME/androidx86-tc" export TCBINARIES="$ANDROIDTC/bin" export TCINCLUDES="$ANDROIDTC/i686-android-linux" export TCSYSROOT="$ANDROIDTC/sysroot"