This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Merge pull request
#1078
from commodo/python3-x86-decimal-fix
python3: override machine definition for i386 to build the decimal module
lilik-openwrt-22.03
Steven Barth
10 years ago
parent
a7ec4ae13c
96d4953662
commit
1d05ddb297
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
lang/python3/Makefile
+ 4
- 0
lang/python3/Makefile
View File
@ -111,6 +111,10 @@ MAKE_FLAGS+=\
LD
=
"
$(
TARGET_CC
)
"
\
PGEN
=
pgen3
i
f
e
q
(
$(
ARCH
)
,
i
3
8
6
)
MAKE_FLAGS
+=
PYTHON_DECIMAL_WITH_MACHINE
=
ansi32
e
n
d
i
f
EXTRA_CFLAGS
+=
\
-DNDEBUG -fno-inline
EXTRA_LDFLAGS
+=
\
Write
Preview
Loading…
Cancel
Save