Skip to content

Commit b572805

Browse files
committed
python-greenlet: reenable generating MIPS16 code
This partly reverts commit bde0271. This was a workaround for GCC10, which isn't available anymore as target compiler. Remove AUTORELEASE while at it. Signed-off-by: Andre Heider <[email protected]>
1 parent 1f5bc3f commit b572805

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

lang/python/python-greenlet/Makefile

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,14 @@ include $(TOPDIR)/rules.mk
99

1010
PKG_NAME:=python-greenlet
1111
PKG_VERSION:=1.1.2
12-
PKG_RELEASE:=$(AUTORELEASE)
12+
PKG_RELEASE:=2
1313

1414
PYPI_NAME:=greenlet
1515
PKG_HASH:=e30f5ea4ae2346e62cedde8794a56858a67b878dd79f7df76a0767e356b1744a
1616

1717
PKG_MAINTAINER:=Jan Pavlinec <[email protected]>
1818
PKG_LICENSE:=MIT
1919
PKG_LICENSE_FILES:=LICENSE
20-
# FIXME: remove when GCC10 is the oldest supported compiler, or the issue goes away
21-
PKG_USE_MIPS16:=0
2220

2321
include ../pypi.mk
2422
include $(INCLUDE_DIR)/package.mk
@@ -41,13 +39,6 @@ define Package/python3-greenlet/description
4139
a version of CPython that supports micro-threads called tasklets.
4240
endef
4341

44-
# FIXME: remove when GCC10 is the oldest supported compiler, or the issue goes away
45-
# This is required in addition to PKG_USE_MIPS16:=0 because otherwise MIPS16
46-
# flags are inherited from the Python base package (via sysconfig module)
47-
ifdef CONFIG_USE_MIPS16
48-
TARGET_CFLAGS += -mno-mips16 -mno-interlink-mips16
49-
endif
50-
5142
$(eval $(call Py3Package,python3-greenlet))
5243
$(eval $(call BuildPackage,python3-greenlet))
5344
$(eval $(call BuildPackage,python3-greenlet-src))

0 commit comments

Comments
 (0)