treewide: update packages to use new toolchain define

Update packages to use new toolchain define and drop usage of
TOOLCHAIN_DIR.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
Christian Marangi
2023-10-19 18:24:57 +02:00
committed by Tianling Shen
parent b642f337b2
commit e28bd51cab
6 changed files with 14 additions and 16 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ define Build/Configure
-Dowrt:threads=$(if $(CONFIG_PERL_THREADS),yes,no) \
-Dowrt:staging_dir='$(STAGING_DIR)' \
-Dowrt:host_perl_prefix='$(HOST_PERL_PREFIX)' \
-Dsysroot='$(TOOLCHAIN_DIR)' \
-Dsysroot='$(TOOLCHAIN_ROOT_DIR)' \
files/version.config \
files/base.config \
files/$(patsubst i386,i486,$(ARCH)).config \