summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-05-28 14:52:21 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-05-28 14:52:21 +0200
commitdd4bea69c025d73c04d79830165b32db36133417 (patch)
treebfe9021cf2e3fb0b4df8492eea0d3ebee7ded7e4 /package
parent9376189094b499d8c0f110014ba7094464008f72 (diff)
disable for Cygwin Host
Diffstat (limited to 'package')
-rw-r--r--package/binutils/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/package/binutils/Makefile b/package/binutils/Makefile
index 9d1df7793..3d54ff6ea 100644
--- a/package/binutils/Makefile
+++ b/package/binutils/Makefile
@@ -6,6 +6,7 @@ include ${TOPDIR}/toolchain/binutils/Makefile.inc
PKG_DESCR:= binary utilities (nm, objdump, ar, as, ..)
PKG_SECTION:= comp
+PKG_HOST_DEPENDS:= !cygwin
include ${TOPDIR}/mk/package.mk
@@ -16,10 +17,6 @@ CONFIGURE_ARGS+= --disable-werror \
--host=$(REAL_GNU_TARGET_NAME) \
--target=$(REAL_GNU_TARGET_NAME)
-post-patch:
- ${PREVENT_PATCH} ${PATCH} ${WRKDIST} \
- ${TOPDIR}/toolchain/binutils/patches \*.patch
-
post-install:
${INSTALL_DIR} ${IDIR_BINUTILS}/usr/lib
$(CP) ${WRKINST}/usr/lib/*.so ${IDIR_BINUTILS}/usr/lib