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: locale files required for build-time sysroot ?


On 31 January 2006 18:01, Enrico Weigelt wrote:

> Hi folks,
> 
> I really love to trim down (build-time) sysroot images AFAP.
> So I wonder if there're some files laying around which are not required
> at build time. 
> 
> Some proven ones are:
> 
>     + /etc/*		(in fact i've got just /etc/rpc)
>     + /sbin/*
>     + unsused locales in /usr/share/locale/, etc.
> 
> Assuming the whole thing is working really clean, we should not need
> anything of the executables (/sbin/*, /bin/*, /usr/sbin/*, /usr/bin/*,
> /usr/libexec/*).  
> 
> Assuming further that the stuff in /usr/share/ is also used only at
> runtime, we could also remove it. 
> 
> 
> Any comments ?



  The _only_ stuff you need is the headers and libraries.  They are copied verbatim into the installed cross-compiler's
$prefix/$target and that's all that is needed.



    cheers,
      DaveK
-- 
Can't think of a witty .sigline today....


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


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