projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
901a4de
)
libatomic_ops does not have support for avr32 yet
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 5 Aug 2008 20:31:09 +0000
(20:31 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 5 Aug 2008 20:31:09 +0000
(20:31 +0000)
SVN-Revision: 12157
libs/libatomicops/Makefile
patch
|
blob
|
history
diff --git
a/libs/libatomicops/Makefile
b/libs/libatomicops/Makefile
index a1e2c3165490786c5029346a7556a8694844b33e..176c7e6ddb07c0c1bbb423d0dde5d531df7c13be 100644
(file)
--- a/
libs/libatomicops/Makefile
+++ b/
libs/libatomicops/Makefile
@@
-25,6
+25,7
@@
define Package/libatomicops
SECTION:=libs
CATEGORY:=Libraries
TITLE:=implementations for atomic memory update operations
+ DEPENDS:=@!TARGET_avr32
URL:=http://www.hpl.hp.com/research/linux/atomic_ops/
endef