On 10-Mar-99 Matt Garman wrote: > > Could anyone offer any advice or pointers as for how to custom compile > xfree86 as a debian package? I want to compile using egcc and only > include support for the video driver that I need (trying to make it a > bit leaner). Also, I want the libraries to be "thread-safe" because > apparently the default Debian xlibs are not compiled to be thread > safe. >
The new ones should be thread safe. As to the compiler I think setting the CC environment shold cover it (CC=egcc).