diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-14 18:39:12 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-14 18:39:12 +0200 |
commit | 29305d896b0d54c1de34204fd27de19d95e85804 (patch) | |
tree | f77d3a53ffd7e08f4eb3b432d71efb6580d3b457 /package/binutils | |
parent | 75a4099667c687fc96211e12f8d8810b94c9d172 (diff) |
misc stuff
- remove broken patch from silicon motion driver
- add mpc package for upcoming gcc 4.5.x update
- add /etc/adktarget, which can be used for native targets to identify
- add ffplay subpackage
Diffstat (limited to 'package/binutils')
-rw-r--r-- | package/binutils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/binutils/Makefile b/package/binutils/Makefile index 8bcda8249..37b2c82ad 100644 --- a/package/binutils/Makefile +++ b/package/binutils/Makefile @@ -4,7 +4,7 @@ include ${TOPDIR}/rules.mk include ${TOPDIR}/toolchain/binutils/Makefile.inc -PKG_DESCR:= binary utilities (nm, objdump, ar, as, ..) +PKG_DESCR:= binary utilities (nm, objdump, as, ..) PKG_SECTION:= lang PKG_HOST_DEPENDS:= !cygwin |