This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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

binutils-uClibc followup patch


> Denis Dowling notes:
>
> > Agree with the intent of the patches. I cannot build binutils however. I
> > configure with --target=i386-pc-linux-uclibc but I get the following error
> > when building:
> > 
> > *** ld does not support target i386-pc-linux-uclibc
> > *** see ld/configure.tgt for supported targets
> > make: *** [configure-ld] Error 1
> > 
> > Seems that there is a patch missing for this file or I am using a bugus
> > target. Any ideas?

I responded:

> Looks like my binutils patch was insufficient.  It looks like
> ld/configure.tgt is yet *another* place where the build system makes
> decisions based on target tuple.  I got lucky with my ppc405 build because
> it lists powerpc*-*-linux* as a match.  Some architectures put the wildcard
> right after "-linux", some make it match "-linux-gnu".  i386 is one that
> must match -linux-gnu*.  I don't know why that is; it seems rather silly
> to me.  I'll work up a patch for ld/configure.tgt that fixes this and send
> it off to you today.

Attached.  Apply this one on top of my previous binutils patch.  With it, I
got a clean build of binutils-2.14.90.0.5 for i386-pc-linux-uclibc.


                                ----Carl

Attachment: binutils-uclibc-2.patch
Description: Text document

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com

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