projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b90c261
)
nacl: disable mips16 as it significantly decreases performance
author
Matthias Schiffer
<
[email protected]
>
Sat, 30 Aug 2014 17:26:19 +0000
(19:26 +0200)
committer
Matthias Schiffer
<
[email protected]
>
Sat, 30 Aug 2014 17:31:30 +0000
(19:31 +0200)
Signed-off-by: Matthias Schiffer <
[email protected]
>
libs/nacl/Makefile
patch
|
blob
|
history
diff --git
a/libs/nacl/Makefile
b/libs/nacl/Makefile
index 88d42c3c8e73e5302be0d647763851b1b721f450..3af6a5bafc4eb35ff0ecd77e3143c7573c7aa464 100644
(file)
--- a/
libs/nacl/Makefile
+++ b/
libs/nacl/Makefile
@@
-16,6
+16,8
@@
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://hyperelliptic.org/nacl
PKG_MD5SUM:=7efb5715561c3d10dafd3fa97b4f2d20
+PKG_USE_MIPS16:=0
+
include $(INCLUDE_DIR)/package.mk
define Package/nacl