cross compilers without binutils

Andreas Schwab schwab@suse.de
Wed Jan 9 08:17:00 GMT 2002


Danish Samad <danishsamad@yahoo.com> writes:

|> hello,
|> 
|> When building a cross toolchain binutils have to built
|> to install cross assemblers, cross linker etc for the
|> target machine. If we have a assembler and linker for
|> our target machine and we donot want to use binutils
|> is it possible to change gcc's configuration so that
|> it does not check for installed binuitls(assembler,
|> linker)?

There are configure options --with-as and --with-ld which might do what
you want.  They take the full name of the assembler and linker, resp.,
that the compiler should be using.

Andreas.

-- 
Andreas Schwab             SuSE Labs                  schwab@suse.de
SuSE GmbH, Deutschhherrnstr. 15-19, D-904229 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



More information about the Gcc mailing list