gcc-multilib: add libmpx dependency
Add libmpx-devel-32bit to support the Intel Memory Protect Extensions also with multilib.
This commit is contained in:
parent
60e7edd3cc
commit
d147334d2e
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,7 @@ _majorver=6.3
|
|||
|
||||
pkgname=gcc-multilib
|
||||
version=${_majorver}.0
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="gcc-${version}"
|
||||
short_desc="The GNU C Compiler (multilib files)"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
|
@ -24,6 +24,7 @@ depends="
|
|||
libssp-devel-32bit>=${_majorver}
|
||||
libgomp-devel-32bit>=${_majorver}
|
||||
libitm-devel-32bit>=${_majorver}
|
||||
libmpx-devel-32bit>=${_majorver}
|
||||
libsanitizer-devel-32bit>=${_majorver}
|
||||
libatomic-devel-32bit>=${_majorver}
|
||||
libcilkrts-devel-32bit>=${_majorver}
|
||||
|
|
Loading…
Reference in a new issue