search for: develprefix

Displaying 1 result from an estimated 1 matches for "develprefix".

2005 Mar 01
3
klibc gcc wrapper and "make install"
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.