From 565866a47210c9711c29173052063779b6d3bcfc Mon Sep 17 00:00:00 2001 From: Andre Heider Date: Thu, 23 Mar 2023 08:39:01 +0100 Subject: treewide: refactor to use PKG_BUILD_FLAGS:=no-mips16 See commit 5c545bdb "treewide: replace PKG_USE_MIPS16:=0 with PKG_BUILD_FLAGS:=no-mips16" on the main repository. Signed-off-by: Andre Heider --- libs/libjpeg-turbo/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libs/libjpeg-turbo') diff --git a/libs/libjpeg-turbo/Makefile b/libs/libjpeg-turbo/Makefile index 7aed20d33..7c530bdc5 100644 --- a/libs/libjpeg-turbo/Makefile +++ b/libs/libjpeg-turbo/Makefile @@ -12,7 +12,8 @@ PKG_MAINTAINER:=Rosen Penev PKG_LICENSE:=BSD-3-Clause IJG zlib PKG_LICENSE_FILES:=LICENSE.md -PKG_USE_MIPS16:=0 #Allows ASM compilation for speed. +# Allows ASM compilation for speed +PKG_BUILD_FLAGS:=no-mips16 include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/cmake.mk -- cgit v1.2.3