summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-03-24 08:33:01 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2024-03-24 08:34:28 +0100
commit0dc0007d6ce3f79f8287a131f51d9d5f4aeb1cf0 (patch)
tree8f56d9effc93f9f75170d937a12d68d2bf835f13 /toolchain
parentb0f924a1580062f9801ff8a1393ad7eb527776f7 (diff)
elf2flt: add HOST_PATH, reported by sorear
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/elf2flt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/elf2flt/Makefile b/toolchain/elf2flt/Makefile
index 801b6d6b2..8e5fec5a4 100644
--- a/toolchain/elf2flt/Makefile
+++ b/toolchain/elf2flt/Makefile
@@ -32,7 +32,7 @@ BFDLIB:= libbfd.a
endif
$(WRKBUILD)/.configured:
- (cd $(WRKBUILD); autoreconf -vif;)
+ (cd $(WRKBUILD); PATH='${HOST_PATH}' autoreconf -vif;)
(cd $(WRKBUILD); \
CPPFLAGS="-idirafter $(ADK_TOPDIR)/adk/include" \
./configure --prefix=$(STAGING_HOST_DIR)/usr \