From a4b758082a75a5d9023f5058185a7a1c863377cf Mon Sep 17 00:00:00 2001 From: doko Date: Tue, 10 Mar 2015 16:59:12 +0000 Subject: * Enable libmpx builds on amd64, i386 and x32. git-svn-id: svn://anonscm.debian.org/gcccvs/branches/sid/gcc-5@7882 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca --- debian/rules.defs | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'debian/rules.defs') diff --git a/debian/rules.defs b/debian/rules.defs index aa6bbc7..8762a69 100644 --- a/debian/rules.defs +++ b/debian/rules.defs @@ -1092,6 +1092,14 @@ ifneq (,$(filter $(DEB_TARGET_ARCH),$(cilkrts_archs))) with_cilkrts := yes endif +# libmpx -------------------- +with_mpx := +with_mpx := $(call envfilt, mpx, , , $(with_mpx)) +mpx_archs = amd64 i386 x32 +ifneq (,$(filter $(DEB_TARGET_ARCH),$(mpx_archs))) + with_mpx := yes +endif + # gold -------------------- # armel with binutils 2.20.51 only gold_archs = amd64 armel armhf i386 powerpc powerpcspe ppc64 ppc64el sparc sparc64 x32 hurd-i386 -- cgit v1.2.3