mirror of
https://git.rtems.org/rtems-tools/
synced 2025-06-05 04:15:50 +08:00
Fix the waf script.
This commit is contained in:
parent
ec24a379bc
commit
993aa67acf
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user