Merge pull request #9642 from noblepepper/gcc-7.4.0
gcc: fix build on x86 targets
This commit is contained in:
commit
30ef3a22b1
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,7 @@ endef
|
||||||
PKG_NAME:=gcc
|
PKG_NAME:=gcc
|
||||||
# PKG_VERSION=7.3.0
|
# PKG_VERSION=7.3.0
|
||||||
PKG_VERSION=7.4.0
|
PKG_VERSION=7.4.0
|
||||||
PKG_RELEASE:=4
|
PKG_RELEASE:=5
|
||||||
PKG_SOURCE_URL:=@GNU/gcc/gcc-$(PKG_VERSION)
|
PKG_SOURCE_URL:=@GNU/gcc/gcc-$(PKG_VERSION)
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
PKG_INSTALL:=1
|
PKG_INSTALL:=1
|
||||||
|
@ -147,6 +147,7 @@ define Build/Configure
|
||||||
--disable-libvtv \
|
--disable-libvtv \
|
||||||
--disable-libcilkrts \
|
--disable-libcilkrts \
|
||||||
--disable-libmudflap \
|
--disable-libmudflap \
|
||||||
|
--disable-libmpx \
|
||||||
--disable-multilib \
|
--disable-multilib \
|
||||||
--disable-libgomp \
|
--disable-libgomp \
|
||||||
--disable-libquadmath \
|
--disable-libquadmath \
|
||||||
|
|
Loading…
Reference in a new issue