diff --git a/android/build_boinc_mips.sh b/android/build_boinc_mips.sh index 5e904ed039..c343db561d 100755 --- a/android/build_boinc_mips.sh +++ b/android/build_boinc_mips.sh @@ -39,7 +39,7 @@ make clean fi if [ -n "$CONFIGURE" ]; then ./_autosetup -./configure --host=arm-linux --with-boinc-platform="mips-android-linux-gnu" --with-ssl=$TCINCLUDES --disable-server --disable-manager --disable-shared --enable-static +./configure --host=mips-linux --with-boinc-platform="mips-android-linux-gnu" --with-ssl=$TCINCLUDES --disable-server --disable-manager --disable-shared --enable-static sed -e "s%^CLIENTLIBS *= *.*$%CLIENTLIBS = -lm $STDCPPTC%g" client/Makefile > client/Makefile.out mv client/Makefile.out client/Makefile fi diff --git a/android/build_boinc_x86.sh b/android/build_boinc_x86.sh index 809e9d178c..eef134548e 100755 --- a/android/build_boinc_x86.sh +++ b/android/build_boinc_x86.sh @@ -39,7 +39,7 @@ make clean fi if [ -n "$CONFIGURE" ]; then ./_autosetup -./configure --host=arm-linux --with-boinc-platform="x86-android-linux-gnu" --with-ssl=$TCINCLUDES --disable-server --disable-manager --disable-shared --enable-static +./configure --host=x86-linux --with-boinc-platform="x86-android-linux-gnu" --with-ssl=$TCINCLUDES --disable-server --disable-manager --disable-shared --enable-static sed -e "s%^CLIENTLIBS *= *.*$%CLIENTLIBS = -lm $STDCPPTC%g" client/Makefile > client/Makefile.out mv client/Makefile.out client/Makefile fi diff --git a/android/build_libraries_mips.sh b/android/build_libraries_mips.sh index d9bf2ff2bd..7ddd89f814 100755 --- a/android/build_libraries_mips.sh +++ b/android/build_libraries_mips.sh @@ -40,7 +40,7 @@ make clean fi if [ -n "$CONFIGURE" ]; then ./_autosetup -./configure --host=arm-linux --with-boinc-platform="mips-android-linux-gnu" --with-ssl=$TCINCLUDES --disable-server --disable-manager --disable-client --disable-shared --enable-static +./configure --host=mips-linux --with-boinc-platform="mips-android-linux-gnu" --with-ssl=$TCINCLUDES --disable-server --disable-manager --disable-client --disable-shared --enable-static fi make make stage diff --git a/android/build_libraries_x86.sh b/android/build_libraries_x86.sh index 8da5464b08..904a2775ae 100755 --- a/android/build_libraries_x86.sh +++ b/android/build_libraries_x86.sh @@ -40,7 +40,7 @@ make clean fi if [ -n "$CONFIGURE" ]; then ./_autosetup -./configure --host=arm-linux --with-boinc-platform="x86-android-linux-gnu" --with-ssl=$TCINCLUDES --disable-server --disable-manager --disable-client --disable-shared --enable-static +./configure --host=x86-linux --with-boinc-platform="x86-android-linux-gnu" --with-ssl=$TCINCLUDES --disable-server --disable-manager --disable-client --disable-shared --enable-static fi make make stage