[med-svn] [Git][python-team/packages/mypy][master] 2 commits: Build fixes for mips64el (and hppa)
Michael R. Crusoe (@crusoe)
gitlab at salsa.debian.org
Sun Dec 10 20:54:40 GMT 2023
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20231210/c5a4384e/attachment-0001.htm>
More information about the debian-med-commit
mailing list