File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -184,6 +184,7 @@ cd $BUILDDIR/$ARCH
184184 env CFLAGS=" -I$NDK /sources/android/support/include -frtti -fexceptions" \
185185 LDFLAGS=" -frtti -fexceptions -L$BUILDDIR /$ARCH /lib" \
186186 LIBS=" -L$BUILDDIR /$ARCH -landroid_support ` $BUILDDIR /setCrossEnvironment-$ARCH .sh sh -c ' echo $LDFLAGS' ` " \
187+ env ac_cv_func_strtod_l=no \
187188 $BUILDDIR /setCrossEnvironment-$ARCH .sh \
188189 ./configure \
189190 --host=$GCCPREFIX \
Original file line number Diff line number Diff line change @@ -62,6 +62,8 @@ i686-none-linux-android
6262-D__ANDROID_API__=15
6363$CFLAGS "
6464
65+ CFLAGS=" ` echo $CFLAGS | tr ' \n' ' ' ` "
66+
6567LDFLAGS="
6668-shared
6769--sysroot $NDK /platforms/android-14/arch-x86
Original file line number Diff line number Diff line change @@ -61,6 +61,8 @@ x86_64-none-linux-android
6161-D__ANDROID_API__=21
6262$CFLAGS "
6363
64+ CFLAGS=" ` echo $CFLAGS | tr ' \n' ' ' ` "
65+
6466LDFLAGS="
6567-shared
6668--sysroot $NDK /platforms/android-21/arch-x86_64
You can’t perform that action at this time.
0 commit comments