diff options
author | Nicolas Thill <nico@openwrt.org> | 2009-10-05 09:47:24 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2009-10-05 09:47:24 +0000 |
commit | 9c0ffd1766b036522e872cccface9668f00bb8bd (patch) | |
tree | cd3acc0eb22eda5e0bf2b064cda8bd34c3aecdd6 /package/gdb/Makefile | |
parent | 3b3361a35d9e349613db53ba1e1ccbafb340c97b (diff) | |
download | upstream-9c0ffd1766b036522e872cccface9668f00bb8bd.tar.gz upstream-9c0ffd1766b036522e872cccface9668f00bb8bd.tar.bz2 upstream-9c0ffd1766b036522e872cccface9668f00bb8bd.zip |
[package] gdb: don't build on avr32
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17865 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/gdb/Makefile')
-rw-r--r-- | package/gdb/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/gdb/Makefile b/package/gdb/Makefile index 85da76df58..d2bb43be95 100644 --- a/package/gdb/Makefile +++ b/package/gdb/Makefile @@ -19,6 +19,7 @@ include $(INCLUDE_DIR)/package.mk define Package/gdb/Default SECTION:=utils CATEGORY:=Utilities + DEPENDS:= @!avr32 endef define Package/gdb |