This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: cross compilers without binutils


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."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]