diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-10 10:24:25 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-10 10:24:25 +0200 |
commit | 763a7d577807bd623434caf64de151635e3537cb (patch) | |
tree | 06865df6fb1aba0e88cddd3271bfa2a1ef880955 /package/binutils/Makefile | |
parent | f791b05d9623955ab962e4afc924a0292333d362 (diff) |
fix orbit2 compile, disable tests, diable binutils for avr32
Diffstat (limited to 'package/binutils/Makefile')
-rw-r--r-- | package/binutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/binutils/Makefile b/package/binutils/Makefile index 43043514c..de0910fca 100644 --- a/package/binutils/Makefile +++ b/package/binutils/Makefile @@ -13,6 +13,7 @@ PKGSD_LIBBFD:= Binary File Descriptor library PKGSC_LIBBFD:= libs PKG_HOST_DEPENDS:= !cygwin +PKG_ARCH_DEPENDS:= !avr32 include ${TOPDIR}/mk/package.mk |