gcc: fix build on x86 targets
Signed-off-by: Noble Pepper <noblepepper@gmail.com>
(cherry-picked from 32203bec9
)
This commit is contained in:
parent
d9b8f42c47
commit
31977ae6f3
1 changed files with 2 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue