summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2024-09-26 15:21:46 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2024-09-27 12:24:02 +0200
commit113e76008038987a8f586d7c31db73aa879cc936 (patch)
tree0752a879f4993de6ef31dd4564a7c180fb563671 /src
parent01b58e6282eef559fc80719b5ebc2eee50f01450 (diff)
downloadbootstrappable-toolchain-113e76008038987a8f586d7c31db73aa879cc936.tar.gz
busybox: Add directory of CC to path
... as certain configure scripts call the compiler by basename
Diffstat (limited to 'src')
-rw-r--r--src/tools/busybox-1.36.TARGETS1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/busybox-1.36.TARGETS b/src/tools/busybox-1.36.TARGETS
index f569c0d..31c0508 100644
--- a/src/tools/busybox-1.36.TARGETS
+++ b/src/tools/busybox-1.36.TARGETS
@@ -9,6 +9,7 @@
, "cmds":
[ "NJOBS=$(nproc --all 2>/dev/null || echo 1)"
, "GCC_TOOLCHAIN=$(dirname ${CC})/.."
+ , "export PATH=$(dirname ${CC}):${PATH}"
, "unset CFLAGS CXXFLAGS"
, "export LDFLAGS=\"-static\""
, "export SOURCE_DATE_EPOCH=0"