Browse Source
gcc: fix build on x86 targets
Signed-off-by: Noble Pepper <noblepepper@gmail.com>
(cherry-picked from 32203bec9)
lilik-openwrt-22.03
Noble Pepper
5 years ago
committed by
Rosen Penev
No known key found for this signature in database
GPG Key ID: 36D31CFA845F0E3B
1 changed files with
2 additions and
1 deletions
-
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 \
|
|
|
|