aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/layerscape/restool/Makefile
diff options
context:
space:
mode:
authorKuan-Yi Li <kyli@abysm.org>2021-09-17 14:27:47 +0800
committerStijn Tintel <stijn@linux-ipv6.be>2021-09-21 21:07:55 +0300
commitb62a4cfc9330e9631a372a11fa9e09ac809080f5 (patch)
tree906ee44926c39f2088e66a3cdf164a6787839465 /package/network/utils/layerscape/restool/Makefile
parent17d19a7d4398789ae8da3daf8e0db167d58b0782 (diff)
downloadupstream-b62a4cfc9330e9631a372a11fa9e09ac809080f5.tar.gz
upstream-b62a4cfc9330e9631a372a11fa9e09ac809080f5.tar.bz2
upstream-b62a4cfc9330e9631a372a11fa9e09ac809080f5.zip
restool: fix compilation with GCC 10
GCC 10 defaults to `-fno-common` and complains about multiple definition of `mc_status` in restool. Backport a patch from upstream to fix compilation with host GCC 10. Signed-off-by: Kuan-Yi Li <kyli@abysm.org>
Diffstat (limited to 'package/network/utils/layerscape/restool/Makefile')
-rw-r--r--package/network/utils/layerscape/restool/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/layerscape/restool/Makefile b/package/network/utils/layerscape/restool/Makefile
index 73fa8e4d9e..96ee7ef1cc 100644
--- a/package/network/utils/layerscape/restool/Makefile
+++ b/package/network/utils/layerscape/restool/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=restool
PKG_VERSION:=LSDK-20.04
-PKG_RELEASE:=2
+PKG_RELEASE:=3
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://source.codeaurora.org/external/qoriq/qoriq-components/restool