summaryrefslogtreecommitdiff
path: root/package/binutils
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2025-04-09 01:09:20 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2025-04-09 01:09:20 +0200
commit7626af0b8aeb6ec098c772b5400141b12b36e91a (patch)
tree40cda1e3d4833c566a6d7fda7a559d357ad242f4 /package/binutils
parent496ad14c2b8e2deab8c561d191c7d4563d2aeec0 (diff)
drop support for non-Linux hosts
Diffstat (limited to 'package/binutils')
-rw-r--r--package/binutils/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/package/binutils/Makefile b/package/binutils/Makefile
index 27748b0d1..ef869e414 100644
--- a/package/binutils/Makefile
+++ b/package/binutils/Makefile
@@ -15,8 +15,6 @@ PKG_SUBPKGS:= BINUTILS LIBBFD
PKGSD_LIBBFD:= binary file descriptor library
PKGSC_LIBBFD:= libs/misc
-PKG_HOST_DEPENDS:= !cygwin
-
include ${ADK_TOPDIR}/mk/package.mk
$(eval $(call PKG_template,BINUTILS,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))