|
@@ -24,7 +24,7 @@ PKG_JOBS?=$(if $(PKG_BUILD_PARALLEL),$(MAKE_J),-j1)
|
|
|
endif
|
|
|
|
|
|
PKG_BUILD_FLAGS?=
|
|
|
-__unknown_flags=$(filter-out no-iremap no-mips16 gc-sections no-gc-sections lto no-lto,$(PKG_BUILD_FLAGS))
|
|
|
+__unknown_flags=$(filter-out no-iremap no-mips16 gc-sections no-gc-sections lto no-lto no-mold,$(PKG_BUILD_FLAGS))
|
|
|
ifneq ($(__unknown_flags),)
|
|
|
$(error unknown PKG_BUILD_FLAGS: $(__unknown_flags))
|
|
|
endif
|