gas

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')
waflib.Tools.gas.configure(conf)[source]

Find the programs gas/as/gcc and set the variable AS