forked from Imagelibrary/rtems
wscript: remove long_gcc for windows command line
waf now builds in support to detect the long command line problems for windows. Closes #5138.
This commit is contained in:
6
wscript
6
wscript
@@ -1582,11 +1582,6 @@ def append_variant_builds(bld):
|
||||
waflib.Options.commands.append(bld.cmd + "_" + var)
|
||||
|
||||
|
||||
def long_command_line_workaround(bld):
|
||||
if is_windows_host:
|
||||
bld.load("long_gcc")
|
||||
|
||||
|
||||
def build(bld):
|
||||
if not bld.variant:
|
||||
check_forbidden_options(
|
||||
@@ -1596,7 +1591,6 @@ def build(bld):
|
||||
load_items(bld, bld.env.SPECS)
|
||||
append_variant_builds(bld)
|
||||
return
|
||||
long_command_line_workaround(bld)
|
||||
bic = BuildItemContext(bld.env.ARCH_INCLUDES.split(), [], [], [], [], [],
|
||||
[])
|
||||
bsps[bld.env.ARCH][bld.env.BSP_BASE].build(bld, bic)
|
||||
|
||||
Reference in New Issue
Block a user