mirror of https://github.com/BOINC/boinc.git
android: more tweaks for the various CPU Architectures
This commit is contained in:
parent
bfe8ee6921
commit
d1cd5d3f8e
|
@ -39,7 +39,7 @@ make clean
|
|||
fi
|
||||
if [ -n "$CONFIGURE" ]; then
|
||||
./_autosetup
|
||||
./configure --host=mips-linux --with-boinc-platform="mips-android-linux-gnu" --with-ssl=$TCINCLUDES --disable-server --disable-manager --disable-shared --enable-static
|
||||
./configure --host=mipsel-linux --with-boinc-platform="mipsel-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
|
||||
|
|
|
@ -39,7 +39,7 @@ make clean
|
|||
fi
|
||||
if [ -n "$CONFIGURE" ]; then
|
||||
./_autosetup
|
||||
./configure --host=x86-linux --with-boinc-platform="x86-android-linux-gnu" --with-ssl=$TCINCLUDES --disable-server --disable-manager --disable-shared --enable-static
|
||||
./configure --host=i686-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
|
||||
|
|
|
@ -37,7 +37,7 @@ if [ -n "$MAKECLEAN" ]; then
|
|||
make clean
|
||||
fi
|
||||
if [ -n "$CONFIGURE" ]; then
|
||||
./configure --host=arm-linux --prefix=$TCINCLUDES --libdir="$TCINCLUDES/lib" --disable-shared --enable-static --with-random=/dev/urandom
|
||||
./configure --host=mipsel-linux --prefix=$TCINCLUDES --libdir="$TCINCLUDES/lib" --disable-shared --enable-static --with-random=/dev/urandom
|
||||
fi
|
||||
make
|
||||
make install
|
||||
|
|
|
@ -37,7 +37,7 @@ if [ -n "$MAKECLEAN" ]; then
|
|||
make clean
|
||||
fi
|
||||
if [ -n "$CONFIGURE" ]; then
|
||||
./configure --host=arm-linux --prefix=$TCINCLUDES --libdir="$TCINCLUDES/lib" --disable-shared --enable-static --with-random=/dev/urandom
|
||||
./configure --host=i686-linux --prefix=$TCINCLUDES --libdir="$TCINCLUDES/lib" --disable-shared --enable-static --with-random=/dev/urandom
|
||||
fi
|
||||
make
|
||||
make install
|
||||
|
|
|
@ -40,7 +40,7 @@ make clean
|
|||
fi
|
||||
if [ -n "$CONFIGURE" ]; then
|
||||
./_autosetup
|
||||
./configure --host=mips-linux --with-boinc-platform="mips-android-linux-gnu" --with-ssl=$TCINCLUDES --disable-server --disable-manager --disable-client --disable-shared --enable-static
|
||||
./configure --host=mipsel-linux --with-boinc-platform="mipsel-android-linux-gnu" --with-ssl=$TCINCLUDES --disable-server --disable-manager --disable-client --disable-shared --enable-static
|
||||
fi
|
||||
make
|
||||
make stage
|
||||
|
|
|
@ -40,7 +40,7 @@ make clean
|
|||
fi
|
||||
if [ -n "$CONFIGURE" ]; then
|
||||
./_autosetup
|
||||
./configure --host=x86-linux --with-boinc-platform="x86-android-linux-gnu" --with-ssl=$TCINCLUDES --disable-server --disable-manager --disable-client --disable-shared --enable-static
|
||||
./configure --host=i686-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
|
||||
|
|
|
@ -37,7 +37,7 @@ if [ -n "$MAKECLEAN" ]; then
|
|||
make clean
|
||||
fi
|
||||
if [ -n "$CONFIGURE" ]; then
|
||||
./Configure android-armv7 no-shared no-dso --openssldir="$TCINCLUDES/ssl"
|
||||
./Configure linux-generic32 no-shared no-dso -DL_ENDIAN --openssldir="$TCINCLUDES/ssl"
|
||||
#override flags in Makefile
|
||||
sed -e "s/^CFLAG=.*$/`grep -e \^CFLAG= Makefile` \$(CFLAGS)/g
|
||||
s%^INSTALLTOP=.*%INSTALLTOP=$TCINCLUDES%g" Makefile > Makefile.out
|
||||
|
|
|
@ -37,7 +37,7 @@ if [ -n "$MAKECLEAN" ]; then
|
|||
make clean
|
||||
fi
|
||||
if [ -n "$CONFIGURE" ]; then
|
||||
./Configure android no-shared no-dso --openssldir="$TCINCLUDES/ssl"
|
||||
./Configure linux-generic32 no-shared no-dso -DL_ENDIAN --openssldir="$TCINCLUDES/ssl"
|
||||
#override flags in Makefile
|
||||
sed -e "s/^CFLAG=.*$/`grep -e \^CFLAG= Makefile` \$(CFLAGS)/g
|
||||
s%^INSTALLTOP=.*%INSTALLTOP=$TCINCLUDES%g" Makefile > Makefile.out
|
||||
|
|
|
@ -37,7 +37,7 @@ if [ -n "$MAKECLEAN" ]; then
|
|||
make clean
|
||||
fi
|
||||
if [ -n "$CONFIGURE" ]; then
|
||||
./Configure android-x86 no-shared no-dso --openssldir="$TCINCLUDES/ssl"
|
||||
./Configure linux-generic32 no-shared no-dso -DL_ENDIAN --openssldir="$TCINCLUDES/ssl"
|
||||
#override flags in Makefile
|
||||
sed -e "s/^CFLAG=.*$/`grep -e \^CFLAG= Makefile` \$(CFLAGS)/g
|
||||
s%^INSTALLTOP=.*%INSTALLTOP=$TCINCLUDES%g" Makefile > Makefile.out
|
||||
|
|
Loading…
Reference in New Issue