Fix the waf script.

This commit is contained in:
Chris Johns 2012-09-15 17:58:00 +10:00
parent ec24a379bc
commit 993aa67acf

View File

@ -27,8 +27,8 @@ def options(opt):
help = 'Print the commands as strings.')
def configure(conf):
conf.check_tool("g++")
conf.check_tool("gcc")
conf.load("g++")
conf.load("gcc")
conf_libiberty(conf)
conf_libelf(conf)