summaryrefslogtreecommitdiff
path: root/package/binutils/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-07-16 12:29:27 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-07-16 12:29:27 +0200
commit998bb7ac652581d6ef3a5821aa8dcb6a3a95ecdb (patch)
tree7156da18afa2b990248614f9f652e2f0f55d1152 /package/binutils/Makefile
parenta89de37272ba44b8ad89eb4277bebdc5e657a999 (diff)
parent71582bdd2080c6d7fb446d4cea10c93cf781419d (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/binutils/Makefile')
-rw-r--r--package/binutils/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/binutils/Makefile b/package/binutils/Makefile
index cd33d5ac7..6959e8e96 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, as, ..)
PKG_SECTION:= lang
+PKG_DEPENDS:= libbfd
# subpackage
PKG_NAME_LIBBFD:= libbfd
@@ -17,7 +18,7 @@ PKG_HOST_DEPENDS:= !cygwin
include ${TOPDIR}/mk/package.mk
$(eval $(call PKG_template,BINUTILS,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
-$(eval $(call PKG_template,LIBBFD,${PKG_NAME_LIBBFD},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR_LIBBFD},${PKG_SECTION_LIBBFD}))
+$(eval $(call PKG_template,LIBBFD,${PKG_NAME_LIBBFD},${PKG_VERSION}-${PKG_RELEASE},,${PKG_DESCR_LIBBFD},${PKG_SECTION_LIBBFD}))
TCFLAGS+= -fPIC
CONFIGURE_ARGS+= --disable-werror \