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 configuration question.


On Mon, 2003-06-23 at 23:38, Douglas B Rupp wrote:
> I'm not building a cross gas,
> its a vendor provided cross assembler.

That is an important bit of info left out of your first message.  I
don't know if we have a defined process for this.  The existing support
mostly assumes you are using binutils.

You could try using the --with-as/--with-ld options.  Those might help.

Otherwise, setting things up to look like a binutils build will make
things easier.  If you have the as/ld links in the gcc build tree before
you run configure, configure should find and use them, and you shouldn't
need to do anything else.

Jim



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