Skip to content
Snippets Groups Projects
Verified Commit ad750c49 authored by Michael R. Crusoe's avatar Michael R. Crusoe :gay_pride_flag:
Browse files

d/rules: adjust build flags for mips64el

parent 9eacd64e
No related branches found
No related tags found
No related merge requests found
Pipeline #728030 failed
mypy (1.11.2-3) unstable; urgency=medium
* d/rules: adjust build flags for mips64el
-- Michael R. Crusoe <crusoe@debian.org> Sat, 07 Sep 2024 11:27:22 +0200
mypy (1.11.2-2) unstable; urgency=medium
* d/tests/run-unit-test: also run the mypyc tests
......
......@@ -9,12 +9,9 @@ include /usr/share/dpkg/pkg-info.mk
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
include /usr/share/dpkg/default.mk
ifneq (,$(filter $(DEB_HOST_ARCH),armel armhf hppa riscv64 mipsel alpha ia64 m68k powerpc sh4 sparc64))
ifneq (,$(filter $(DEB_HOST_ARCH),armel armhf mips64el hppa riscv64 mipsel alpha ia64 m68k powerpc sh4 sparc64))
export MYPYC_MULTI_FILE=1
endif
ifneq (,$(filter $(DEB_HOST_ARCH),mips64el))
export DEB_CFLAGS_MAINT_APPEND += -mxgot
endif
export DEB_CFLAGS_MAINT_APPEND += -Wno-misleading-indentation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment