Author: nbd Date: 2015-04-20 17:01:21 +0200 (Mon, 20 Apr 2015) New Revision: 45525
Modified: trunk/package/devel/binutils/Makefile trunk/package/devel/oprofile/Makefile Log: binutils/oprofile: disable mips16 to fix build errors (#19522) Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/package/devel/binutils/Makefile =================================================================== --- trunk/package/devel/binutils/Makefile 2015-04-20 15:01:00 UTC (rev 45524) +++ trunk/package/devel/binutils/Makefile 2015-04-20 15:01:21 UTC (rev 45525) @@ -24,6 +24,7 @@ PKG_MAINTAINER:=Felix Fietkau <[email protected]> PKG_LICENSE:=GPL-3.0+ PKG_BUILD_PARALLEL:=1 +PKG_USE_MIPS16:=0 include $(INCLUDE_DIR)/package.mk Modified: trunk/package/devel/oprofile/Makefile =================================================================== --- trunk/package/devel/oprofile/Makefile 2015-04-20 15:01:00 UTC (rev 45524) +++ trunk/package/devel/oprofile/Makefile 2015-04-20 15:01:21 UTC (rev 45525) @@ -22,6 +22,7 @@ PKG_FIXUP:=autoreconf PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1 +PKG_USE_MIPS16:=0 include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/kernel.mk _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
