Author: nbd Date: 2014-08-31 14:04:22 +0200 (Sun, 31 Aug 2014) New Revision: 42342
Modified: branches/barrier_breaker/package/libs/nettle/Makefile Log: nettle: disable mips16 support to improve performance Signed-off-by: Nikos Mavrogiannopoulos <[email protected]> Backport of r42341 Modified: branches/barrier_breaker/package/libs/nettle/Makefile =================================================================== --- branches/barrier_breaker/package/libs/nettle/Makefile 2014-08-31 12:03:43 UTC (rev 42341) +++ branches/barrier_breaker/package/libs/nettle/Makefile 2014-08-31 12:04:22 UTC (rev 42342) @@ -10,6 +10,7 @@ PKG_NAME:=nettle PKG_VERSION:=2.7.1 PKG_RELEASE:=1 +PKG_USE_MIPS16:=0 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@GNU/nettle _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
