Michael R. Crusoe pushed to branch master at Debian Python Team / packages / mypy
Commits: 750d683a by Adrian Bunk at 2023-12-10T20:54:27+00:00 Build fixes for mips64el (and hppa) - - - - - 0556d151 by Michael R. Crusoe at 2023-12-10T20:54:30+00:00 Merge branch 'master' into 'master' Build fixes for mips64el (and hppa) See merge request python-team/packages/mypy!4 - - - - - 1 changed file: - debian/rules Changes: ===================================== debian/rules ===================================== @@ -12,15 +12,18 @@ endif export DEB_BUILD_MAINT_OPTIONS=hardening=+all include /usr/share/dpkg/default.mk -ifneq (,$(filter $(DEB_BUILD_ARCH),hppa armel)) +ifneq (,$(filter $(DEB_BUILD_ARCH),armel)) export MYPYC_OPT_LEVEL=2 -else ifneq (,$(filter $(DEB_BUILD_ARCH),armhf)) +else ifneq (,$(filter $(DEB_BUILD_ARCH),armhf hppa)) export MYPYC_OPT_LEVEL=1 endif ifeq ($(DEB_HOST_ARCH_BITS), 32) export DEB_CFLAGS_MAINT_APPEND += -g1 export DEB_CXXFLAGS_MAINT_APPEND += -g1 endif +ifneq (,$(filter $(DEB_HOST_ARCH),mips64el)) + export DEB_CFLAGS_MAINT_APPEND += -mxgot +endif %: dh $@ $(WITH) --buildsystem=pybuild View it on GitLab: https://salsa.debian.org/python-team/packages/mypy/-/compare/90df207b385836403dc151b1a7fd5ea80205d574...0556d151e6eee11995002fb471d9df45dcad4fcd -- View it on GitLab: https://salsa.debian.org/python-team/packages/mypy/-/compare/90df207b385836403dc151b1a7fd5ea80205d574...0556d151e6eee11995002fb471d9df45dcad4fcd You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list debian-med-com...@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit