diff options
author | Andre Heider <a.heider@gmail.com> | 2023-03-23 08:39:01 +0100 |
---|---|---|
committer | Andre Heider <a.heider@gmail.com> | 2023-04-08 08:38:54 +0200 |
commit | 565866a47210c9711c29173052063779b6d3bcfc (patch) | |
tree | 7a4b5a526fdee62534e64d6da3525ae7fb079b1d /lang | |
parent | c8e1dd7d6013700163b90896654d97d6d855a08b (diff) |
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 <a.heider@gmail.com>
Diffstat (limited to 'lang')
-rw-r--r-- | lang/erlang/Makefile | 2 | ||||
-rw-r--r-- | lang/golang/golang/Makefile | 2 | ||||
-rw-r--r-- | lang/luajit/Makefile | 2 | ||||
-rw-r--r-- | lang/node-arduino-firmata/Makefile | 2 | ||||
-rw-r--r-- | lang/node-cylon/Makefile | 2 | ||||
-rw-r--r-- | lang/node-hid/Makefile | 2 | ||||
-rw-r--r-- | lang/node-homebridge/Makefile | 2 | ||||
-rw-r--r-- | lang/node-javascript-obfuscator/Makefile | 2 | ||||
-rw-r--r-- | lang/node-serialport-bindings/Makefile | 2 | ||||
-rw-r--r-- | lang/node-serialport/Makefile | 2 | ||||
-rw-r--r-- | lang/node/Makefile | 2 | ||||
-rw-r--r-- | lang/php8/Makefile | 2 | ||||
-rw-r--r-- | lang/python/python-greenlet/Makefile | 4 |
13 files changed, 14 insertions, 14 deletions
diff --git a/lang/erlang/Makefile b/lang/erlang/Makefile index 6ae68319c..f26fc11b7 100644 --- a/lang/erlang/Makefile +++ b/lang/erlang/Makefile @@ -21,7 +21,7 @@ PKG_MAINTAINER:=Arnaud Sautaux <arnaud.sautaux@infoteam.ch> PKG_CPE_ID:=cpe:/a:erlang:erlang PKG_BUILD_DEPENDS:=erlang/host openssl -PKG_USE_MIPS16:=0 +PKG_BUILD_FLAGS:=no-mips16 PKG_ASLR_PIE:=0 HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/otp_src_$(PKG_VERSION) diff --git a/lang/golang/golang/Makefile b/lang/golang/golang/Makefile index 535c6e4aa..8bffca8fa 100644 --- a/lang/golang/golang/Makefile +++ b/lang/golang/golang/Makefile @@ -30,7 +30,7 @@ PKG_CPE_ID:=cpe:/a:golang:go PKG_BUILD_DEPENDS:=golang/host PKG_BUILD_DIR:=$(BUILD_DIR)/go-$(PKG_VERSION) PKG_BUILD_PARALLEL:=1 -PKG_USE_MIPS16:=0 +PKG_BUILD_FLAGS:=no-mips16 PKG_GO_PREFIX:=/usr PKG_GO_VERSION_ID:=$(GO_VERSION_MAJOR_MINOR) diff --git a/lang/luajit/Makefile b/lang/luajit/Makefile index 20f0b9fa3..3ce1555b6 100644 --- a/lang/luajit/Makefile +++ b/lang/luajit/Makefile @@ -13,7 +13,7 @@ PKG_MAINTAINER:=Morteza Milani <milani@pichak.co> PKG_LICENSE:=MIT PKG_LICENSE_FILES:=COPYRIGHT -PKG_USE_MIPS16:=0 +PKG_BUILD_FLAGS:=no-mips16 include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/host-build.mk diff --git a/lang/node-arduino-firmata/Makefile b/lang/node-arduino-firmata/Makefile index c915afb54..90c1c5b34 100644 --- a/lang/node-arduino-firmata/Makefile +++ b/lang/node-arduino-firmata/Makefile @@ -17,7 +17,7 @@ PKG_SOURCE_URL:=https://registry.npmjs.org/$(PKG_NPM_NAME)/-/ PKG_HASH:=d7157e02867eae82887cb5e17b90c963fe7489bacd464110bfd20c672b8d5a98 PKG_BUILD_DEPENDS:=node/host -PKG_USE_MIPS16:=0 +PKG_BUILD_FLAGS:=no-mips16 PKG_MAINTAINER:=Hirokazu MORIKAWA <morikw2@gmail.com> PKG_LICENSE:=MIT diff --git a/lang/node-cylon/Makefile b/lang/node-cylon/Makefile index 347b6bbb7..28b3c635b 100644 --- a/lang/node-cylon/Makefile +++ b/lang/node-cylon/Makefile @@ -19,7 +19,7 @@ PKG_HASH:=06ac7a8e2e6012577d2f4b043af766bf28a1d3e2a0d50e46629dab4f0bb65104 PKG_SOURCE_SUBDIR:=$(PKG_SRC_NAME)-$(PKG_VERSION) PKG_BUILD_DEPENDS:=node/host -PKG_USE_MIPS16:=0 +PKG_BUILD_FLAGS:=no-mips16 PKG_MAINTAINER:=Hirokazu MORIKAWA <morikw2@gmail.com> PKG_LICENSE:=Apache-2.0 diff --git a/lang/node-hid/Makefile b/lang/node-hid/Makefile index ae9c77936..575f9d579 100644 --- a/lang/node-hid/Makefile +++ b/lang/node-hid/Makefile @@ -17,7 +17,7 @@ PKG_SOURCE_URL:=https://registry.npmjs.org/$(PKG_NPM_NAME)/-/ PKG_HASH:=6c1f05935215feed4e8d2f4aecf31abbad8fa783d252b0bd6041ed2f2e96e9ba PKG_BUILD_DEPENDS:=node/host -PKG_USE_MIPS16:=0 +PKG_BUILD_FLAGS:=no-mips16 PKG_MAINTAINER:=Hirokazu MORIKAWA <morikw2@gmail.com> PKG_LICENSE:=MIT or X11 diff --git a/lang/node-homebridge/Makefile b/lang/node-homebridge/Makefile index 0b71fafb8..7c6d124bc 100644 --- a/lang/node-homebridge/Makefile +++ b/lang/node-homebridge/Makefile @@ -14,7 +14,7 @@ PKG_SOURCE_URL:=https://registry.npmjs.org/$(PKG_NPM_NAME)/-/ PKG_HASH:=f91ab0058707a0498d97d87f45f19682065f80660fac942e0985caf9bb205f2a PKG_BUILD_DEPENDS:=node/host -PKG_USE_MIPS16:=0 +PKG_BUILD_FLAGS:=no-mips16 PKG_MAINTAINER:=Hirokazu MORIKAWA <morikw2@gmail.com> PKG_LICENSE:=ISC Apache-2.0 diff --git a/lang/node-javascript-obfuscator/Makefile b/lang/node-javascript-obfuscator/Makefile index 7f4232563..48b2a6d3a 100644 --- a/lang/node-javascript-obfuscator/Makefile +++ b/lang/node-javascript-obfuscator/Makefile @@ -18,7 +18,7 @@ HOST_BUILD_PARALLEL:=1 HOST_BUILD_DEPENDS:=node/host PKG_BUILD_PARALLEL:=1 -PKG_USE_MIPS16:=0 +PKG_BUILD_FLAGS:=no-mips16 PKG_MAINTAINER:=Zbynek Kocur <zbynek.kocur@fel.cvut.cz> PKG_LICENSE:=BSD-2-Clause diff --git a/lang/node-serialport-bindings/Makefile b/lang/node-serialport-bindings/Makefile index 70731e7ff..e6352781f 100644 --- a/lang/node-serialport-bindings/Makefile +++ b/lang/node-serialport-bindings/Makefile @@ -15,7 +15,7 @@ PKG_SOURCE_URL:=https://registry.npmjs.org/@$(PKG_NPM_SCOPE)/$(PKG_NPM_NAME)/-/ PKG_HASH:=aec200860bd175e4b14b4ab1aa56a5f750172b6c8e20ccb234846206395848d4 PKG_BUILD_DEPENDS:=node/host -PKG_USE_MIPS16:=0 +PKG_BUILD_FLAGS:=no-mips16 PKG_MAINTAINER:=Hirokazu MORIKAWA <morikw2@gmail.com> PKG_LICENSE:=MIT diff --git a/lang/node-serialport/Makefile b/lang/node-serialport/Makefile index ee1d6e404..336d4b2e7 100644 --- a/lang/node-serialport/Makefile +++ b/lang/node-serialport/Makefile @@ -17,7 +17,7 @@ PKG_SOURCE_URL:=https://registry.npmjs.org/$(PKG_NPM_NAME)/-/ PKG_HASH:=e19fe993ad16ae0e03fc42e24cfe4babf8fd90f8358e1885d5e216277dda1086 PKG_BUILD_DEPENDS:=node/host -PKG_USE_MIPS16:=0 +PKG_BUILD_FLAGS:=no-mips16 PKG_MAINTAINER:=Hirokazu MORIKAWA <morikw2@gmail.com> PKG_LICENSE:=MIT diff --git a/lang/node/Makefile b/lang/node/Makefile index 6da85cc12..5471d752d 100644 --- a/lang/node/Makefile +++ b/lang/node/Makefile @@ -26,7 +26,7 @@ HOST_BUILD_PARALLEL:=1 PKG_BUILD_DEPENDS:=python3/host PKG_BUILD_PARALLEL:=1 PKG_INSTALL:=1 -PKG_USE_MIPS16:=0 +PKG_BUILD_FLAGS:=no-mips16 PKG_ASLR_PIE:=0 include $(INCLUDE_DIR)/host-build.mk diff --git a/lang/php8/Makefile b/lang/php8/Makefile index 0ca19d979..47b18d025 100644 --- a/lang/php8/Makefile +++ b/lang/php8/Makefile @@ -19,7 +19,7 @@ PKG_SOURCE_URL:=http://www.php.net/distributions/ PKG_HASH:=b9b566686e351125d67568a33291650eb8dfa26614d205d70d82e6e92613d457 PKG_BUILD_PARALLEL:=1 -PKG_USE_MIPS16:=0 +PKG_BUILD_FLAGS:=no-mips16 PHP8_MODULES= \ bcmath \ diff --git a/lang/python/python-greenlet/Makefile b/lang/python/python-greenlet/Makefile index 8c2d64b26..cc9b4f896 100644 --- a/lang/python/python-greenlet/Makefile +++ b/lang/python/python-greenlet/Makefile @@ -18,7 +18,7 @@ PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec1@gmail.com> PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE # FIXME: remove when GCC10 is the oldest supported compiler, or the issue goes away -PKG_USE_MIPS16:=0 +PKG_BUILD_FLAGS:=no-mips16 include ../pypi.mk include $(INCLUDE_DIR)/package.mk @@ -42,7 +42,7 @@ define Package/python3-greenlet/description endef # FIXME: remove when GCC10 is the oldest supported compiler, or the issue goes away -# This is required in addition to PKG_USE_MIPS16:=0 because otherwise MIPS16 +# This is required in addition to PKG_BUILD_FLAGS:=no-mips16 because otherwise MIPS16 # flags are inherited from the Python base package (via sysconfig module) ifdef CONFIG_USE_MIPS16 TARGET_CFLAGS += -mno-mips16 -mno-interlink-mips16 |