projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0aeed7e
)
gdb: don't build on avr32
author
Nicolas Thill
<nico@openwrt.org>
Mon, 5 Oct 2009 09:47:24 +0000
(09:47 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Mon, 5 Oct 2009 09:47:24 +0000
(09:47 +0000)
SVN-Revision: 17865
package/gdb/Makefile
patch
|
blob
|
history
diff --git
a/package/gdb/Makefile
b/package/gdb/Makefile
index 85da76df589fcd480ce06fd7c262cc8ddcf6d616..d2bb43be9542b7e3bfbc1e2c484b15d85b1b3661 100644
(file)
--- 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