diff --git a/tools/configure b/tools/configure index 36e951e4d2..07d90b26ef 100755 --- a/tools/configure +++ b/tools/configure @@ -4816,6 +4816,7 @@ export ANDROID_ARCH=${ANDROID_ARCH} export ANDROID_NDK_PATH=${ANDROID_NDK_PATH} export ANDROID_SDK_PATH=${ANDROID_SDK_PATH} export ANDROID_PLATFORM_VERSION=${ANDROID_PLATFORM_VERSION} +export TOOLSET=${toolset} CONFIGURE_OPTIONS=${cmdline} diff --git a/tools/root.make b/tools/root.make index 3f5b4bca17..296ca849de 100644 --- a/tools/root.make +++ b/tools/root.make @@ -23,6 +23,7 @@ TOOLS = $(TOOLSDIR)/rdf2binary $(TOOLSDIR)/convbdf \ $(TOOLSDIR)/codepages $(TOOLSDIR)/scramble $(TOOLSDIR)/bmp2rb \ $(TOOLSDIR)/uclpack $(TOOLSDIR)/mkboot $(TOOLSDIR)/iaudio_bl_flash.c \ $(TOOLSDIR)/iaudio_bl_flash.h +TOOLS += $(foreach tool,$(TOOLSET),$(TOOLSDIR)/$(tool)) ifeq (,$(PREFIX))