Detect as/gas/gcc for compiling assembly files
To force a specific compiler:
def configure(conf): conf.find_program(['clang'], var='AS') conf.load('gas')
Find the programs gas/as/gcc and set the variable AS
configure()
c_aliases
nasm