Compiler
The default compiler is gcc. If you want to change :
Changing Compiler
In order to change compiler just use the configure script
CC_NAME being the Compiler name
./configure --cc=CC_NAME
--arch and --plat being the default x86 and pc.
More Help
Execute the help command for ./configure command using this:
./configure --help