[rtems-tools commit] Allow build with i686-w64-mingw32

Chris Johns chrisj at rtems.org
Tue Apr 28 01:45:48 UTC 2020


Module:    rtems-tools
Branch:    master
Commit:    a1a05c7c630529e90fab632c6750bb2e825538b6
Changeset: http://git.rtems.org/rtems-tools/commit/?id=a1a05c7c630529e90fab632c6750bb2e825538b6

Author:    kaidoho <kho237115 at gmail.com>
Date:      Sun Dec  2 16:35:34 2018 +0100

Allow build with i686-w64-mingw32

Closes #3630

---

 wscript | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wscript b/wscript
index 1f5bbea..293409a 100644
--- a/wscript
+++ b/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)



More information about the vc mailing list