This is the mail archive of the crossgcc@sourceware.org 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: Changing glibc and linux after a crosstool build


On Fri, Nov 11, 2005 at 06:24:38PM +0000, Anthony Wright wrote:
> What I'm worried about is the code that gcc etc. produce for a platform 
> being specific to the glibc or linux version it was built against, which 
> sounds like a really silly thing to let happen and probably means this 
> is a really stupid question, but the dependency on the target glibc has 
> kinda confused me.

as long as you follow an upgrade path you shouldnt have any problems

glibc and linux are forward compatible ... you can build something against 
say glibc-2.3.2 and linux-2.4.10 and have it work with glibc-2.3.6 and 
linux-2.6.14
-mike

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