I want to build a library with a specific tool instead of GCC. The regular build sequence is:
./configure
make
make install
Where should I replace the GCC settings (I think that the configure was created with AutoMake)?
|
|
|
It is usually worth reading output of
Overriding
If you need to use a compiler other than gcc, you have to override the |
||||
|
|