From 1830e485126ea9a95d763317fb0c508c1ff297d2 Mon Sep 17 00:00:00 2001 From: Timo Teräs Date: Wed, 6 Jul 2016 05:45:49 +0000 Subject: main/gcc: disable libmpx it does not work with musl at the time being --- main/gcc/APKBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'main') diff --git a/main/gcc/APKBUILD b/main/gcc/APKBUILD index 3aaf42ceed9..eca33db35d6 100644 --- a/main/gcc/APKBUILD +++ b/main/gcc/APKBUILD @@ -8,7 +8,7 @@ _cross="" && _cross="-$CTARGET" pkgname="$pkgname$_cross" -pkgrel=0 +pkgrel=1 pkgdesc="The GNU Compiler Collection" url="http://gcc.gnu.org" arch="all" @@ -249,8 +249,9 @@ build() { case "$CTARGET_LIBC" in musl) # musl does not support mudflap, or libsanitizer + # libmpx uses secure_getenv and struct _libc_fpstate not present in musl # alpine musl provides libssp_nonshared.a, so we don't need libssp either - _libc_configure="--disable-libssp --disable-libmudflap --disable-libsanitizer" + _libc_configure="--disable-libssp --disable-libmpx --disable-libmudflap --disable-libsanitizer" _symvers="--disable-symvers" export libat_cv_have_ifunc=no ;; -- cgit v1.2.3