mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
gcc: fix build on x86 targets
Signed-off-by: Noble Pepper <noblepepper@gmail.com>
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user