aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/toolchain
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2016-04-22 12:20:47 +0200
committerJo-Philipp Wich <jo@mein.io>2016-04-22 12:20:47 +0200
commit9531e0fce5766f412b8aefb97ee7d94f36fa9507 (patch)
tree28f37b0757f83c9680bed6e10da77723a0baf43d /package/libs/toolchain
parentd9ad55a6091eb5de77095f6217578396fc7a938b (diff)
downloadupstream-9531e0fce5766f412b8aefb97ee7d94f36fa9507.tar.gz
upstream-9531e0fce5766f412b8aefb97ee7d94f36fa9507.tar.bz2
upstream-9531e0fce5766f412b8aefb97ee7d94f36fa9507.zip
package: fix toolchain ipk flags
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'package/libs/toolchain')
-rw-r--r--package/libs/toolchain/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/libs/toolchain/Makefile b/package/libs/toolchain/Makefile
index 8efaef8ced..b614db87a8 100644
--- a/package/libs/toolchain/Makefile
+++ b/package/libs/toolchain/Makefile
@@ -12,6 +12,8 @@ PKG_RELEASE:=1
PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org>
PKG_LICENSE:=GPL-3.0-with-GCC-exception
+PKG_FLAGS:=hold essential nonshared
+
include $(INCLUDE_DIR)/package.mk
ifneq ($(DUMP),1)
@@ -139,7 +141,6 @@ define Package/libc/Default
VERSION:=$(LIBC_VERSION)-$(PKG_RELEASE)
DEPENDS:=+libgcc
URL:=$(LIBC_URL)
- PKG_FLAGS:=hold essential nonshared
endef