[klibc] klibc gcc wrapper and "make install"

Olaf Hering olh at suse.de
Tue Mar 1 14:33:01 PST 2005


 On Tue, Mar 01, H. Peter Anvin wrote:

> Hi all,
> 
> I'm working on a klibc gcc wrapper, which of course needs to know where 
> everything is installed to know where to pull stuff from.  This means 
> making a working "make install".
> 
> My current thinking is to drop /usr/include/klibc, and instead put the 
> whole tree under /usr/lib/klibc.  In particular, I'd like to have:
> 
> $(CROSS) is the cross-compilation prefix if any.
> 
> /lib/klibc-*.so			-- shared binary

This is runtime thing, the libs to link against should all go into the
$DEVELPREFIX or whatever variable you pick.



More information about the klibc mailing list