I noticed that the "--target" dictates also the name for the compiler toolchain (binutils and gcc). The configure parameters (CC_FOR_BUILD and c CC_FOR_HOST, CC_FOR_TARGET ) come in handy for specifying alternate compilers, but the AS, AR, LD are still auto-discovered. Is there a way to specify what is the prefix for tools ?