Skip to content

Commit 7880a46

Browse files
committed
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 <[email protected]>
1 parent b572805 commit 7880a46

File tree

125 files changed

+126
-126
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

125 files changed

+126
-126
lines changed

admin/netdata/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ PKG_BUILD_DIR=$(BUILD_DIR)/$(PKG_NAME)-v$(PKG_VERSION)
2424
PKG_INSTALL:=1
2525
PKG_BUILD_PARALLEL:=1
2626
PKG_FIXUP:=autoreconf
27-
PKG_USE_MIPS16:=0
27+
PKG_BUILD_FLAGS:=no-mips16
2828

2929
include $(INCLUDE_DIR)/package.mk
3030

admin/sudo/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ PKG_CPE_ID:=cpe:/a:todd_miller:sudo
2323

2424
PKG_INSTALL:=1
2525
PKG_BUILD_PARALLEL:=1
26-
PKG_USE_MIPS16:=0
26+
PKG_BUILD_FLAGS:=no-mips16
2727

2828
include $(INCLUDE_DIR)/package.mk
2929

devel/delve/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ PKG_MAINTAINER:=Niels Widger <[email protected]>
1414

1515
PKG_BUILD_DEPENDS:=golang/host
1616
PKG_BUILD_PARALLEL:=1
17-
PKG_USE_MIPS16:=0
17+
PKG_BUILD_FLAGS:=no-mips16
1818

1919
GO_PKG:=github.com/go-delve/delve/
2020
GO_PKG_BUILD_PKG:=github.com/go-delve/delve/cmd/dlv/

devel/gitlab-runner/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ PKG_LICENSE_FILES:=LICENSE
2222
PKG_BUILD_DIR:=$(BUILD_DIR)/gitlab-runner-v$(PKG_VERSION)
2323
PKG_BUILD_DEPENDS:=golang/host
2424
PKG_BUILD_PARALLEL:=1
25-
PKG_USE_MIPS16:=0
25+
PKG_BUILD_FLAGS:=no-mips16
2626
GO_PKG:=gitlab.com/gitlab-org/gitlab-runner
2727

2828
include $(INCLUDE_DIR)/package.mk

devel/lttng-tools/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ PKG_MAINTAINER:=
1919
PKG_LICENSE:=LGPL-2.1 GPL-2.0
2020
PKG_LICENSE_FILES:=COPYING
2121

22-
PKG_USE_MIPS16:=0
22+
PKG_BUILD_FLAGS:=no-mips16
2323
PKG_BUILD_PARALLEL:=1
2424
PKG_INSTALL:=1
2525

devel/packr/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ HOST_BUILD_PARALLEL:=1
2525

2626
PKG_BUILD_DEPENDS:=golang/host
2727
PKG_BUILD_PARALLEL:=1
28-
PKG_USE_MIPS16:=0
28+
PKG_BUILD_FLAGS:=no-mips16
2929

3030
GO_PKG:=github.com/gobuffalo/packr
3131
GO_PKG_BUILD_PKG:=github.com/gobuffalo/packr/packr

lang/erlang/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ PKG_MAINTAINER:=Arnaud Sautaux <[email protected]>
2121
PKG_CPE_ID:=cpe:/a:erlang:erlang
2222

2323
PKG_BUILD_DEPENDS:=erlang/host openssl
24-
PKG_USE_MIPS16:=0
24+
PKG_BUILD_FLAGS:=no-mips16
2525
PKG_ASLR_PIE:=0
2626

2727
HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/otp_src_$(PKG_VERSION)

lang/golang/golang/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ PKG_CPE_ID:=cpe:/a:golang:go
3030
PKG_BUILD_DEPENDS:=golang/host
3131
PKG_BUILD_DIR:=$(BUILD_DIR)/go-$(PKG_VERSION)
3232
PKG_BUILD_PARALLEL:=1
33-
PKG_USE_MIPS16:=0
33+
PKG_BUILD_FLAGS:=no-mips16
3434

3535
PKG_GO_PREFIX:=/usr
3636
PKG_GO_VERSION_ID:=$(GO_VERSION_MAJOR_MINOR)

lang/luajit/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ PKG_MAINTAINER:=Morteza Milani <[email protected]>
1313
PKG_LICENSE:=MIT
1414
PKG_LICENSE_FILES:=COPYRIGHT
1515

16-
PKG_USE_MIPS16:=0
16+
PKG_BUILD_FLAGS:=no-mips16
1717

1818
include $(INCLUDE_DIR)/package.mk
1919
include $(INCLUDE_DIR)/host-build.mk

lang/node-arduino-firmata/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ PKG_SOURCE_URL:=https://registry.npmjs.org/$(PKG_NPM_NAME)/-/
1717
PKG_HASH:=d7157e02867eae82887cb5e17b90c963fe7489bacd464110bfd20c672b8d5a98
1818

1919
PKG_BUILD_DEPENDS:=node/host
20-
PKG_USE_MIPS16:=0
20+
PKG_BUILD_FLAGS:=no-mips16
2121

2222
PKG_MAINTAINER:=Hirokazu MORIKAWA <[email protected]>
2323
PKG_LICENSE:=MIT

0 commit comments

Comments
 (0)