We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7e9d9d commit 61fcf11Copy full SHA for 61fcf11
pythonforandroid/recipes/python3/patches/py381_fix_cortex_a8.patch
@@ -0,0 +1,18 @@
1
+diff --git a/configure b/configure
2
+index 0914e24..7517168 100755
3
+--- a/configure
4
++++ b/configure
5
+@@ -5642,7 +5642,7 @@ $as_echo_n "checking for the Android arm ABI... " >&6; }
6
+ $as_echo "$_arm_arch" >&6; }
7
+ if test "$_arm_arch" = 7; then
8
+ BASECFLAGS="${BASECFLAGS} -mfloat-abi=softfp -mfpu=vfpv3-d16"
9
+- LDFLAGS="${LDFLAGS} -march=armv7-a -Wl,--fix-cortex-a8"
10
++ LDFLAGS="${LDFLAGS} -march=armv7-a"
11
+ fi
12
+ else
13
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: not Android" >&5
14
+@@ -18673,4 +18673,3 @@ if test "$Py_OPT" = 'false' -a "$Py_DEBUG" != 'true'; then
15
+ echo "" >&6
16
17
18
+-
0 commit comments