gcc: fix build on x86 targets
Signed-off-by: Noble Pepper <noblepepper@gmail.com>
This commit is contained in:
parent
368bde61ab
commit
32203bec95
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