aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/elfutils
diff options
context:
space:
mode:
authorAndre Heider <a.heider@gmail.com>2023-02-02 20:02:25 +0100
committerChristian Marangi <ansuelsmth@gmail.com>2023-03-21 18:28:22 +0100
commit5c545bdb365a78b8995ddfa441a6018f7ff3c011 (patch)
treef361776c080f76a400c46c51f221ccd61678beec /package/libs/elfutils
parent0a44c579a1ab3f699ad84728cc6cde78c99ba1d1 (diff)
downloadupstream-5c545bdb365a78b8995ddfa441a6018f7ff3c011.tar.gz
upstream-5c545bdb365a78b8995ddfa441a6018f7ff3c011.tar.bz2
upstream-5c545bdb365a78b8995ddfa441a6018f7ff3c011.zip
treewide: replace PKG_USE_MIPS16:=0 with PKG_BUILD_FLAGS:=no-mips16
Keep backwards compatibility via PKG_USE_MIPS16 for now, as this is used in all package feeds. Signed-off-by: Andre Heider <a.heider@gmail.com>
Diffstat (limited to 'package/libs/elfutils')
-rw-r--r--package/libs/elfutils/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/libs/elfutils/Makefile b/package/libs/elfutils/Makefile
index 2c68a94ba0..f7364c36be 100644
--- a/package/libs/elfutils/Makefile
+++ b/package/libs/elfutils/Makefile
@@ -21,7 +21,6 @@ PKG_CPE_ID:=cpe:/a:elfutils_project:elfutils
PKG_FIXUP:=autoreconf
PKG_INSTALL:=1
-PKG_USE_MIPS16:=1
PKG_BUILD_DEPENDS:=!USE_GLIBC:argp-standalone
include $(INCLUDE_DIR)/package.mk