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
184
184
env CFLAGS=" -I$NDK /sources/android/support/include -frtti -fexceptions" \
185
185
LDFLAGS=" -frtti -fexceptions -L$BUILDDIR /$ARCH /lib" \
186
186
LIBS=" -L$BUILDDIR /$ARCH -landroid_support ` $BUILDDIR /setCrossEnvironment-$ARCH .sh sh -c ' echo $LDFLAGS' ` " \
187
+ env ac_cv_func_strtod_l=no \
187
188
$BUILDDIR /setCrossEnvironment-$ARCH .sh \
188
189
./configure \
189
190
--host=$GCCPREFIX \
Original file line number Diff line number Diff line change @@ -62,6 +62,8 @@ i686-none-linux-android
62
62
-D__ANDROID_API__=15
63
63
$CFLAGS "
64
64
65
+ CFLAGS=" ` echo $CFLAGS | tr ' \n' ' ' ` "
66
+
65
67
LDFLAGS="
66
68
-shared
67
69
--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
61
61
-D__ANDROID_API__=21
62
62
$CFLAGS "
63
63
64
+ CFLAGS=" ` echo $CFLAGS | tr ' \n' ' ' ` "
65
+
64
66
LDFLAGS="
65
67
-shared
66
68
--sysroot $NDK /platforms/android-21/arch-x86_64
You can’t perform that action at this time.
0 commit comments