projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
368bde6
)
gcc: fix build on x86 targets
9642/head
author
Noble Pepper
<noblepepper@gmail.com>
Sun, 4 Aug 2019 12:33:48 +0000
(07:33 -0500)
committer
Noble 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
patch
|
blob
|
history
diff --git
a/devel/gcc/Makefile
b/devel/gcc/Makefile
index a63c855c44fe18ad8a7eda1b70670a922a917b85..e2eef4889ec907d3ad490f97a45ea88ce233eb10 100644
(file)
--- a/
devel/gcc/Makefile
+++ b/
devel/gcc/Makefile
@@
-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 \