mirror of
https://git.rtems.org/rtems-tools/
synced 2025-10-14 07:00:04 +08:00
2
wscript
2
wscript
@@ -129,7 +129,7 @@ def rebuild(ctx):
|
||||
waflib.Options.commands.extend(['clean', 'build'])
|
||||
|
||||
def check_options(ctx, host):
|
||||
if host in ['mingw32', 'x86_64-w64-mingw32']:
|
||||
if host in ['mingw32', 'x86_64-w64-mingw32', 'i686-w64-mingw32']:
|
||||
ctx.env.HOST = host
|
||||
ctx.env.CC = '%s-gcc' % (host)
|
||||
ctx.env.CXX = '%s-g++' % (host)
|
||||
|
Reference in New Issue
Block a user