Skip to content

Commit 61fcf11

Browse files
committed
Added --fix-cortex-a8 removal patch for py3.8.1
1 parent d7e9d9d commit 61fcf11

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
echo "" >&6
17+
fi
18+
-

0 commit comments

Comments
 (0)