git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
268dd7c
)
python3: override machine definition for i386 to build the decimal module
author
Alexandru Ardelean
<redacted>
Fri, 27 Mar 2015 14:42:33 +0000
(16:42 +0200)
committer
Alexandru Ardelean
<redacted>
Fri, 27 Mar 2015 14:42:33 +0000
(16:42 +0200)
Signed-off-by: Alexandru Ardelean <redacted>
lang/python3/Makefile
patch
|
blob
|
history
diff --git
a/lang/python3/Makefile
b/lang/python3/Makefile
index 1cd18750dc1e52c42cf18f99036e7dc311e4beda..b9d29aab229be70cd87345139268abc57f878533 100644
(file)
--- a/
lang/python3/Makefile
+++ b/
lang/python3/Makefile
@@
-111,6
+111,10
@@
MAKE_FLAGS+=\
LD="$(TARGET_CC)" \
PGEN=pgen3
+ifeq ($(ARCH),i386)
+MAKE_FLAGS+=PYTHON_DECIMAL_WITH_MACHINE=ansi32
+endif
+
EXTRA_CFLAGS+= \
-DNDEBUG -fno-inline
EXTRA_LDFLAGS+= \
git clone https://git.99rst.org/PROJECT