Merge pull request #1078 from commodo/python3-x86-decimal-fix

python3: override machine definition for i386 to build the decimal module
This commit is contained in:
Steven Barth 2015-03-28 08:46:29 +01:00
commit 1d05ddb297

View file

@ -111,6 +111,10 @@ MAKE_FLAGS+=\
LD="$(TARGET_CC)" \ LD="$(TARGET_CC)" \
PGEN=pgen3 PGEN=pgen3
ifeq ($(ARCH),i386)
MAKE_FLAGS+=PYTHON_DECIMAL_WITH_MACHINE=ansi32
endif
EXTRA_CFLAGS+= \ EXTRA_CFLAGS+= \
-DNDEBUG -fno-inline -DNDEBUG -fno-inline
EXTRA_LDFLAGS+= \ EXTRA_LDFLAGS+= \