summaryrefslogtreecommitdiff
path: root/package/binutils/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-06-07 12:34:57 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-06-07 12:34:57 +0200
commitd22b78be7b2b95ba028c6584e9ee5abb69a375cb (patch)
tree039da0ef61265cda4512279d36aea46c4670a715 /package/binutils/Makefile
parent702e216210d58f1301c80d4e55af5d29f813eb19 (diff)
parent2e2eee9052d2c487d7114818ca446c370dba7f49 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/binutils/Makefile')
-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