gcc: fix build on x86 targets 9642/head
authorNoble Pepper <noblepepper@gmail.com>
Sun, 4 Aug 2019 12:33:48 +0000 (07:33 -0500)
committerNoble Pepper <noblepepper@gmail.com>
Sun, 4 Aug 2019 14:51:44 +0000 (09:51 -0500)
Signed-off-by: Noble Pepper <noblepepper@gmail.com>
devel/gcc/Makefile

index a63c855c44fe18ad8a7eda1b70670a922a917b85..e2eef4889ec907d3ad490f97a45ea88ce233eb10 100644 (file)
@@ -24,7 +24,7 @@ endef
 PKG_NAME:=gcc
 # PKG_VERSION=7.3.0
 PKG_VERSION=7.4.0
-PKG_RELEASE:=4
+PKG_RELEASE:=5
 PKG_SOURCE_URL:=@GNU/gcc/gcc-$(PKG_VERSION)
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_INSTALL:=1
@@ -147,6 +147,7 @@ define Build/Configure
                        --disable-libvtv \
                        --disable-libcilkrts \
                        --disable-libmudflap \
+                       --disable-libmpx \
                        --disable-multilib \
                        --disable-libgomp \
                        --disable-libquadmath \