[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
rtems configure alternate compiler
- Date: Wed, 14 Oct 2009 04:45:07 +0200
- From: ralf.corsepius at rtems.org (Ralf Corsepius)
- Subject: rtems configure alternate compiler
On 10/14/2009 03:34 AM, Leontie Eugen wrote:
> I noticed that the "--target" dictates also the name for the compiler toolchain (binutils and gcc).
Correct, that's how things are designed.
> 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 ?
The value being passed to --target is the tool-prefix.
Ralf