diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-17 20:02:51 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-18 09:29:30 +0200 |
commit | 40c491783c3268dc6a2e6d737939d0ebe77469f0 (patch) | |
tree | eab8ae104ebbe667836a086a93e43261d86de0c6 /package/u-boot/Makefile | |
parent | 981a6d49e9c7317f340484038da5336a539b9cfa (diff) |
remove -lgcc stuff, we use static-libgcc
Diffstat (limited to 'package/u-boot/Makefile')
-rw-r--r-- | package/u-boot/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/u-boot/Makefile b/package/u-boot/Makefile index 9ea77121b..361339aec 100644 --- a/package/u-boot/Makefile +++ b/package/u-boot/Makefile @@ -13,6 +13,7 @@ PKG_URL:= http://www.denx.de/wiki/U-Boot PKG_SITES:= ftp://ftp.denx.de/pub/u-boot/ DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2 +PKG_CFLINE_U_BOOT:= depends on ADK_BROKEN PKG_SYSTEM_DEPENDS:= !cubox-i include $(TOPDIR)/mk/package.mk |