diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-10-07 14:57:39 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-10-07 14:57:39 +0200 |
commit | 1967d67234b79ca7555a4dddda2b4761b10de250 (patch) | |
tree | e8e6a7ada4139d0c2b59e751e5bcc3d39ac7069f /etc/bootstrap/bbot-bootstrap-mingw.bat | |
parent | b6e555163b0fed313282f193f3aa20318ad70c07 (diff) |
Add bootstrap/environment batch files for Clang targeting MSVC
Diffstat (limited to 'etc/bootstrap/bbot-bootstrap-mingw.bat')
-rw-r--r-- | etc/bootstrap/bbot-bootstrap-mingw.bat | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/bootstrap/bbot-bootstrap-mingw.bat b/etc/bootstrap/bbot-bootstrap-mingw.bat index e1496cc..ef87ec7 100644 --- a/etc/bootstrap/bbot-bootstrap-mingw.bat +++ b/etc/bootstrap/bbot-bootstrap-mingw.bat @@ -131,8 +131,7 @@ del trust @for /D %%d in (build2-toolchain-*) do set "bstrap=%%d" cd %bstrap% -@rem Bootstrap in parallel using GNU make (which is part of our mingw -@rem toolchain). +@rem Bootstrap in parallel using GNU make (which is part of baseutils). @rem @rem Note: executing in a separate cmd.exe to preserve the echo mode. @rem |