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:
73d309a
)
libffi: disable mips16 support (#14338)
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 19 Oct 2013 13:48:07 +0000
(13:48 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 19 Oct 2013 13:48:07 +0000
(13:48 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38459
libs/libffi/Makefile
patch
|
blob
|
history
diff --git
a/libs/libffi/Makefile
b/libs/libffi/Makefile
index e3b283942a57ec47e5f703006ed48faaf60e9ca8..52cf389969429fb1b18728f7f023112d1266d480 100644
(file)
--- a/
libs/libffi/Makefile
+++ b/
libs/libffi/Makefile
@@
-20,6
+20,7
@@
PKG_LICENSE_FILES:=LICENSE
PKG_FIXUP:=autoreconf
PKG_INSTALL:=1
+PKG_USE_MIPS16:=0
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/host-build.mk