mirror of
https://git.rtems.org/rtems-tools/
synced 2025-06-06 16:32:59 +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.')
|
help = 'Print the commands as strings.')
|
||||||
|
|
||||||
def configure(conf):
|
def configure(conf):
|
||||||
conf.check_tool("g++")
|
conf.load("g++")
|
||||||
conf.check_tool("gcc")
|
conf.load("gcc")
|
||||||
conf_libiberty(conf)
|
conf_libiberty(conf)
|
||||||
conf_libelf(conf)
|
conf_libelf(conf)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user