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]

Re: Using crosstool for new glibc-2.3.5 coldfire port


> I'm just starting up to build glibc-2.3.5 for --target=coldfire-linux,
> and in this case, the coldfire is an add-on, and needs
> --enable-add-ons=coldfire (or so I think) to be added to the glibc configure.
> 
> Where would be the best place to put this into crosstool?
> 
Peter,

You would either create or modify one of the .dat files and add
a line withi:

   GLIBC_EXTRA_CONFIG="--enable-add-ons=coldfire"

which will be picked up by the main script when configuring glibc.

-Steve

------
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]