I tried by adding it using :
--tc=gcc and also using --target=arm
it looks like scons do not support it. Im not using sbuild Im using parts and Im looking for way to to compile my program with arm-linux-gnueabi-gcc when running scons --tc=gcc --target=arm currently I get an error that it cannot find gcc on target posix-arm is there any way to change the default compiler of scons if the compiler is not included in scons Tools directory using parts?
Thank you