From 113e76008038987a8f586d7c31db73aa879cc936 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Thu, 26 Sep 2024 15:21:46 +0200 Subject: busybox: Add directory of CC to path ... as certain configure scripts call the compiler by basename --- src/tools/busybox-1.36.TARGETS | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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" -- cgit v1.2.3