| Commit message (Collapse) | Author | Files | Lines |
|
Primarily this is to select whether 'lib64' or 'lib' is used on linux type systems.
|
|
Need to search the current directory, not the overall project root directory
if this is being included as a sub-dependency of another project.
|
|
|
|
These variables were being ignored because libtool doesn't pass -static-libgcc to GCC.
If you want to link libgcc statically, currently the only way to achieve this is to
manually add -static-libgcc to CC variable. See:
http://www.mingw.org/wiki/HOWTO_Sneak_GCC_Switches_Past_Libtool
|
|
|