diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-09-26 15:21:46 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-09-27 12:24:02 +0200 |
commit | 113e76008038987a8f586d7c31db73aa879cc936 (patch) | |
tree | 0752a879f4993de6ef31dd4564a7c180fb563671 /src | |
parent | 01b58e6282eef559fc80719b5ebc2eee50f01450 (diff) | |
download | bootstrappable-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.TARGETS | 1 |
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" |